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