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