2 writes to TextChanges
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionChange.cs (2)
58
TextChanges
= textChanges.NullToEmpty();
60
TextChanges
= ImmutableArray.Create(textChange);
5 references to TextChanges
Microsoft.CodeAnalysis.Features (5)
Completion\CompletionChange.cs (5)
59
if (
TextChanges
.IsEmpty)
124
=> new(textChange,
TextChanges
, NewPosition, IncludesCommitCharacter);
127
/// Creates a copy of this <see cref="CompletionChange"/> with the <see cref="
TextChanges
"/> property changed.
136
=> new(TextChange,
TextChanges
, newPostion, IncludesCommitCharacter);
142
=> new(TextChange,
TextChanges
, NewPosition, includesCommitCharacter);