4 references to Insert
Microsoft.CodeAnalysis.Razor.Workspaces (4)
TextDifferencing\SourceTextDiffer.CharDiffer.cs (1)
112if (edit.Kind == DiffEditKind.Insert)
TextDifferencing\SourceTextDiffer.TextSpanDiffer.cs (1)
97if (edit.Kind == DiffEditKind.Insert)
TextDifferencing\TextDiffer.DiffEdit.cs (1)
45=> new(DiffEditKind.Insert, position, newTextPosition, length);
TextDifferencing\TextDiffer.DiffEditBuilder.cs (1)
37_edits[^1] is DiffEdit(DiffEditKind.Insert, var lastPosition, var lastNewTextPosition, var lastLength) &&