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