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);
132var match = GetMethodMatch(src1, src2);
256var match = GetMethodMatch(src1, src2);
278var match = GetMethodMatch(src1, src2);
311var match = GetMethodMatch(src1, src2);
353var match = GetMethodMatch(src1, src2);
396var match = GetMethodMatch(src1, src2);
446var match = GetMethodMatch(src1, src2);
622var match = GetMethodMatch(src1, src2);
646var match = GetMethodMatch(src1, src2);
675var match = GetMethodMatch(src1, src2);
697var match = GetMethodMatch(src1, src2);
726var match = GetMethodMatch(src1, src2);
867var match = GetMethodMatch(src1, src2);
888var match = GetMethodMatch(src1, src2);
909var match = GetMethodMatch(src1, src2);
930var match = GetMethodMatch(src1, src2);
951var match = GetMethodMatch(src1, src2);
1018var match = GetMethodMatch(src1, src2);
1045var match = GetMethodMatch(src1, src2);
1073var match = GetMethodMatch(src1, src2);
1096var match = GetMethodMatch(src1, src2);
1288var match = GetMethodMatch(src1, src2);
2532var 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);
602var topMatch = ComputeTopLevelMatch(oldRoot, newRoot);
826Match<SyntaxNode> topMatch,
991Match<SyntaxNode> topMatch,
2097Match<SyntaxNode> topMatch,
4545/// and therefore not produced by <see cref="GetSymbolEdits(EditKind, SyntaxNode?, SyntaxNode?, DocumentSemanticModel, DocumentSemanticModel, Match{SyntaxNode}, IReadOnlyDictionary{SyntaxNode, EditKind}, SymbolInfoCache, CancellationToken)"/>
4920Match<SyntaxNode>? topMatch,
5127Match<SyntaxNode>? topMatch,
5326Match<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)