4 references to GetLocalNames
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1140
SyntaxComparer.
GetLocalNames
(oldNode, ref oldTokens);
1141
SyntaxComparer.
GetLocalNames
(newNode, ref newTokens);
EditAndContinue\SyntaxComparer.cs (2)
1149
GetLocalNames
(leftCommonForEach, ref leftLocals);
1150
GetLocalNames
(rightCommonForEach, ref rightLocals);