1 override of ComputeTopLevelMatch
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
397
protected override Match<SyntaxNode>
ComputeTopLevelMatch
(SyntaxNode oldCompilationUnit, SyntaxNode newCompilationUnit)
1 reference to ComputeTopLevelMatch
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
611
var topMatch =
ComputeTopLevelMatch
(oldRoot, newRoot);