5 references to ReverseMatches
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
2758
match.
ReverseMatches
.TryGetValue(insertedSuspensionPoint, out var oldNode) &&
2773
match.
ReverseMatches
.TryGetValue(insertedSuspensionPoint.Parent!.Parent!, out var oldLocalDeclaration) &&
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1417
reverseMap.AddRange(bodyMatch.
ReverseMatches
);
4887
var aggregateSyntaxMap = CreateAggregateSyntaxMap(topMatch.
ReverseMatches
, updatesInCurrentDocument.ChangedDeclarations);
EditAndContinue\BidirectionalMap.cs (1)
39
=> new(match.Matches, match.
ReverseMatches
);