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