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)
42var match = m1.ComputeSingleRootMatch(m2, knownMatches);
84var match = m1.ComputeSingleRootMatch(m2, knownMatches);
129var match = GetMethodMatch(src1, src2);
253var match = GetMethodMatch(src1, src2);
275var match = GetMethodMatch(src1, src2);
308var match = GetMethodMatch(src1, src2);
350var match = GetMethodMatch(src1, src2);
393var match = GetMethodMatch(src1, src2);
443var match = GetMethodMatch(src1, src2);
619var match = GetMethodMatch(src1, src2);
643var match = GetMethodMatch(src1, src2);
672var match = GetMethodMatch(src1, src2);
694var match = GetMethodMatch(src1, src2);
723var match = GetMethodMatch(src1, src2);
864var match = GetMethodMatch(src1, src2);
885var match = GetMethodMatch(src1, src2);
906var match = GetMethodMatch(src1, src2);
927var match = GetMethodMatch(src1, src2);
948var match = GetMethodMatch(src1, src2);
1015var match = GetMethodMatch(src1, src2);
1042var match = GetMethodMatch(src1, src2);
1070var match = GetMethodMatch(src1, src2);
1093var match = GetMethodMatch(src1, src2);
1285var match = GetMethodMatch(src1, src2);
2529var match = GetTopEdits(src1, src2).Match;
Microsoft.CodeAnalysis.Features (17)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (12)
124protected abstract Match<SyntaxNode> ComputeTopLevelMatch(SyntaxNode oldCompilationUnit, SyntaxNode newCompilationUnit);
199Match<SyntaxNode> topMatch,
221Match<SyntaxNode> topMatch,
408internal abstract void ReportTopLevelSyntacticRudeEdits(ArrayBuilder<RudeEditDiagnostic> diagnostics, Match<SyntaxNode> match, Edit<SyntaxNode> edit, Dictionary<SyntaxNode, EditKind> editMap);
622var topMatch = ComputeTopLevelMatch(oldRoot, newRoot);
783Match<SyntaxNode> topMatch,
940Match<SyntaxNode> topMatch,
2039Match<SyntaxNode> topMatch,
4452/// and therefore not produced by <see cref="GetSymbolEdits(EditKind, SyntaxNode?, SyntaxNode?, SemanticModel?, SemanticModel, Match{SyntaxNode}, IReadOnlyDictionary{SyntaxNode, EditKind}, SymbolInfoCache, CancellationToken)"/>
4827Match<SyntaxNode>? topMatch,
5019private DiagnosticContext CreateDiagnosticContext(ArrayBuilder<RudeEditDiagnostic> diagnostics, ISymbol? oldSymbol, ISymbol? newSymbol, SyntaxNode? newNode, SemanticModel newModel, Match<SyntaxNode>? topMatch, TextSpan diagnosticSpan = default)
5217Match<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)