2 overrides of NewSourceLength
Microsoft.CodeAnalysis.Razor.Workspaces (2)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (1)
39protected override int NewSourceLength { get; }
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (1)
22protected override int NewSourceLength { get; }
1 reference to NewSourceLength
Microsoft.CodeAnalysis.Razor.Workspaces (1)
TextDifferencing\TextDiffer.cs (1)
34var highB = NewSourceLength;