2 overrides of GetChangedSpans
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
598
public override IList<TextSpan>
GetChangedSpans
(SyntaxTree oldTree)
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.vb (1)
522
Public Overrides Function
GetChangedSpans
(oldTree As SyntaxTree) As IList(Of TextSpan)