2 writes to TextChanges
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionChange.cs (2)
58TextChanges = textChanges.NullToEmpty(); 60TextChanges = ImmutableArray.Create(textChange);
5 references to TextChanges
Microsoft.CodeAnalysis.Features (5)
Completion\CompletionChange.cs (5)
59if (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);