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