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