2 references to GetSemanticallyMatchingNewSymbol
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1085
var matchingNewContainingMemberOrType =
GetSemanticallyMatchingNewSymbol
(oldContainingMemberOrType, newContainingMemberOrType, newModel.Compilation, symbolCache, cancellationToken);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
236
if (editKind == EditKind.Update &&
GetSemanticallyMatchingNewSymbol
(oldSymbol, newSymbol, newModel.Compilation, symbolCache, cancellationToken) != null)