未验证 提交 6343601c 编写于 作者: J Julien Couvreur 提交者: GitHub

Merge pull request #32206 from YairHalberstadt/UpdateUnassignedAddressTakenVariablesWalker

Update DocComment on UnassignedAddressTakenVariablesWalker
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
namespace Microsoft.CodeAnalysis.CSharp namespace Microsoft.CodeAnalysis.CSharp
{ {
/// <summary> /// <summary>
/// An analysis that computes the set of variables that may be used /// An analysis that computes all cases where the address is taken of a variable that has not yet been assigned
/// before being assigned anywhere within a method.
/// </summary> /// </summary>
internal class UnassignedAddressTakenVariablesWalker : DefiniteAssignmentPass internal class UnassignedAddressTakenVariablesWalker : DefiniteAssignmentPass
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册