2 overrides of SourceEqual
Microsoft.CodeAnalysis.Razor.Workspaces (2)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (1)
89
protected override bool
SourceEqual
(int oldSourceIndex, int newSourceIndex)
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (1)
54
protected override bool
SourceEqual
(int oldSourceIndex, int newSourceIndex)
1 reference to SourceEqual
Microsoft.CodeAnalysis.Razor.Workspaces (1)
TextDifferencing\TextDiffer.cs (1)
230
=>
SourceEqual
(oldSourceIndex + _oldSourceOffset, newSourceIndex + _newSourceOffset);