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

Merge pull request #32206 from YairHalberstadt/UpdateUnassignedAddressTakenVariablesWalker

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