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