5 references to ReverseMatches
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1083
var oldContainingMemberOrType = GetParameterContainingMemberOrType(oldNode, newNode, oldModel, topMatch.
ReverseMatches
, cancellationToken);
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
5355
var syntaxMaps = CreateAggregateSyntaxMaps(newSyntaxTree, topMatch.
ReverseMatches
, updatesInCurrentDocument.ChangedDeclarations);
EditAndContinue\DeclarationBodyMap.cs (1)
38
=> new(match.Matches, match.
ReverseMatches
, ImmutableDictionary<SyntaxNode, SyntaxNode>.Empty);
EditAndContinue\Utilities\BidirectionalMap.cs (1)
73
=> new(match.Matches, match.
ReverseMatches
);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
744
Dim oldContainingMemberOrType = GetParameterContainingMemberOrType(oldNode, newNode, oldModel.RequiredModel, topMatch.
ReverseMatches
, cancellationToken)