2 references to DeclareSameIdentifiers
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1147
return
DeclareSameIdentifiers
(oldTokens.ToArray(), newTokens.ToArray());
3068
=>
DeclareSameIdentifiers
(oldVariables.Select(v => v.Identifier).ToArray(), newVariables.Select(v => v.Identifier).ToArray());