2 instantiations of Match
Microsoft.CodeAnalysis.Workspaces (2)
86 references to Match
Microsoft.CodeAnalysis.CSharp.Features (12)
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (31)
EditAndContinue\StatementMatchingTests.cs (25)
44var match = m1.ComputeSingleRootMatch(m2, knownMatches);
86var match = m1.ComputeSingleRootMatch(m2, knownMatches);
131var match = GetMethodMatch(src1, src2);
255var match = GetMethodMatch(src1, src2);
277var match = GetMethodMatch(src1, src2);
310var match = GetMethodMatch(src1, src2);
352var match = GetMethodMatch(src1, src2);
395var match = GetMethodMatch(src1, src2);
445var match = GetMethodMatch(src1, src2);
621var match = GetMethodMatch(src1, src2);
645var match = GetMethodMatch(src1, src2);
674var match = GetMethodMatch(src1, src2);
696var match = GetMethodMatch(src1, src2);
725var match = GetMethodMatch(src1, src2);
866var match = GetMethodMatch(src1, src2);
887var match = GetMethodMatch(src1, src2);
908var match = GetMethodMatch(src1, src2);
929var match = GetMethodMatch(src1, src2);
950var match = GetMethodMatch(src1, src2);
1017var match = GetMethodMatch(src1, src2);
1044var match = GetMethodMatch(src1, src2);
1072var match = GetMethodMatch(src1, src2);
1095var match = GetMethodMatch(src1, src2);
1287var match = GetMethodMatch(src1, src2);
2531var match = GetTopEdits(src1, src2).Match;
Microsoft.CodeAnalysis.Features (17)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (12)
116protected abstract Match<SyntaxNode> ComputeTopLevelMatch(SyntaxNode oldCompilationUnit, SyntaxNode newCompilationUnit);
191Match<SyntaxNode> topMatch,
213Match<SyntaxNode> topMatch,
400internal abstract void ReportTopLevelSyntacticRudeEdits(ArrayBuilder<RudeEditDiagnostic> diagnostics, Match<SyntaxNode> match, Edit<SyntaxNode> edit, Dictionary<SyntaxNode, EditKind> editMap);
614var topMatch = ComputeTopLevelMatch(oldRoot, newRoot);
775Match<SyntaxNode> topMatch,
933Match<SyntaxNode> topMatch,
2032Match<SyntaxNode> topMatch,
4445/// and therefore not produced by <see cref="GetSymbolEdits(EditKind, SyntaxNode?, SyntaxNode?, SemanticModel?, SemanticModel, Match{SyntaxNode}, IReadOnlyDictionary{SyntaxNode, EditKind}, SymbolInfoCache, CancellationToken)"/>
4820Match<SyntaxNode>? topMatch,
5012private DiagnosticContext CreateDiagnosticContext(ArrayBuilder<RudeEditDiagnostic> diagnostics, ISymbol? oldSymbol, ISymbol? newSymbol, SyntaxNode? newNode, SemanticModel newModel, Match<SyntaxNode>? topMatch, TextSpan diagnosticSpan = default)
5210Match<SyntaxNode> topMatch,
Microsoft.CodeAnalysis.Features.Test.Utilities (6)
Microsoft.CodeAnalysis.VisualBasic.Features (9)
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (2)
Microsoft.CodeAnalysis.Workspaces (6)
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)