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