2 overrides of ComputeTopLevelMatch
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
564
protected override Match<SyntaxNode>
ComputeTopLevelMatch
(SyntaxNode oldCompilationUnit, SyntaxNode newCompilationUnit)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
656
Protected Overrides Function
ComputeTopLevelMatch
(oldCompilationUnit As SyntaxNode, newCompilationUnit As SyntaxNode) As Match(Of SyntaxNode)
1 reference to ComputeTopLevelMatch
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
612
var topMatch =
ComputeTopLevelMatch
(oldRoot, newRoot);