2 overrides of OldSourceLength
Microsoft.CodeAnalysis.Razor.Workspaces (2)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (1)
38
protected override int
OldSourceLength
{ get; }
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (1)
21
protected override int
OldSourceLength
{ get; }
1 reference to OldSourceLength
Microsoft.CodeAnalysis.Razor.Workspaces (1)
TextDifferencing\TextDiffer.cs (1)
32
var highA =
OldSourceLength
;