4 references to GetLocalNames
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
894
SyntaxComparer.
GetLocalNames
(oldNode, ref oldTokens);
895
SyntaxComparer.
GetLocalNames
(newNode, ref newTokens);
EditAndContinue\SyntaxComparer.cs (2)
1158
GetLocalNames
(leftCommonForEach, ref leftLocals);
1159
GetLocalNames
(rightCommonForEach, ref rightLocals);