2 references to DeclareSameIdentifiers
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
901
return
DeclareSameIdentifiers
([.. oldTokens], [.. newTokens]);
3057
=>
DeclareSameIdentifiers
([.. oldVariables.Select(v => v.Identifier)], [.. newVariables.Select(v => v.Identifier)]);