3 references to TextChanges
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
130
subjectBuffer.ApplyChanges(edits.
TextChanges
);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (2)
717
AssertEx.SetEqual(expectedChanges, edits.
TextChanges
);
727
edits.
TextChanges
.Do(tc => edit.Replace(tc.Span.ToSpan(), tc.NewText));