1 write to Kind
Microsoft.CodeAnalysis.Razor.Workspaces (1)
TextDifferencing\TextDiffer.DiffEdit.cs (1)
19
Kind
= kind;
5 references to Kind
Microsoft.CodeAnalysis.Razor.Workspaces (5)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (1)
112
if (edit.
Kind
== DiffEditKind.Insert)
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (1)
97
if (edit.
Kind
== DiffEditKind.Insert)
TextDifferencing\TextDiffer.DiffEdit.cs (3)
29
builder.Append($"{
Kind
}: Position = {Position}");
42
=> (kind, position, newTextPosition, length) = (
Kind
, Position, NewTextPosition, Length);
51
=> new(
Kind
, positionOffset + Position, newTextPositionOffset + NewTextPosition, Length);