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)
45var match = m1.ComputeSingleRootMatch(m2, knownMatches);
87var match = m1.ComputeSingleRootMatch(m2, knownMatches);
133var match = GetMethodMatch(src1, src2);
259var match = GetMethodMatch(src1, src2);
281var match = GetMethodMatch(src1, src2);
314var match = GetMethodMatch(src1, src2);
356var match = GetMethodMatch(src1, src2);
399var match = GetMethodMatch(src1, src2);
449var match = GetMethodMatch(src1, src2);
625var match = GetMethodMatch(src1, src2);
649var match = GetMethodMatch(src1, src2);
678var match = GetMethodMatch(src1, src2);
700var match = GetMethodMatch(src1, src2);
729var match = GetMethodMatch(src1, src2);
870var match = GetMethodMatch(src1, src2);
891var match = GetMethodMatch(src1, src2);
912var match = GetMethodMatch(src1, src2);
933var match = GetMethodMatch(src1, src2);
954var match = GetMethodMatch(src1, src2);
1021var match = GetMethodMatch(src1, src2);
1048var match = GetMethodMatch(src1, src2);
1076var match = GetMethodMatch(src1, src2);
1099var match = GetMethodMatch(src1, src2);
1291var match = GetMethodMatch(src1, src2);
2538var match = GetTopEdits(src1, src2).Match;
Microsoft.CodeAnalysis.Features (17)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (12)
118protected abstract Match<SyntaxNode> ComputeTopLevelMatch(SyntaxNode oldCompilationUnit, SyntaxNode newCompilationUnit);
193Match<SyntaxNode> topMatch,
215Match<SyntaxNode> topMatch,
397internal abstract void ReportTopLevelSyntacticRudeEdits(RudeEditDiagnosticsBuilder diagnostics, Match<SyntaxNode> match, Edit<SyntaxNode> edit, Dictionary<SyntaxNode, EditKind> editMap);
611var topMatch = ComputeTopLevelMatch(oldRoot, newRoot);
945Match<SyntaxNode> topMatch,
1110Match<SyntaxNode> topMatch,
2216Match<SyntaxNode> topMatch,
4664/// and therefore not produced by <see cref="GetSymbolEdits(EditKind, SyntaxNode?, SyntaxNode?, DocumentSemanticModel, DocumentSemanticModel, Match{SyntaxNode}, IReadOnlyDictionary{SyntaxNode, EditKind}, SymbolInfoCache, CancellationToken)"/>
5039Match<SyntaxNode>? topMatch,
5246Match<SyntaxNode>? topMatch,
5445Match<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)