1 write to TextChanges
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\CommentSelectionResult.cs (1)
32
TextChanges
= textChanges.ToImmutableArray();
3 references to TextChanges
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
133
subjectBuffer.ApplyChanges(edits.
TextChanges
);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (2)
754
AssertEx.SetEqual(expectedChanges, edits.
TextChanges
);
764
edits.
TextChanges
.Do(tc => edit.Replace(tc.Span.ToSpan(), tc.NewText));