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