3 references to new
Microsoft.CodeAnalysis.Razor.Workspaces (3)
TextDifferencing\TextDiffer.DiffEdit.cs (3)
45
=>
new
(DiffEditKind.Insert, position, newTextPosition, length);
48
=>
new
(DiffEditKind.Delete, position, newTextPosition: null, length);
51
=>
new
(Kind, positionOffset + Position, newTextPositionOffset + NewTextPosition, Length);