2 writes to TextChanges
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionChange.cs (2)
69
TextChanges
= textChanges.NullToEmpty();
71
TextChanges
= [textChange];
6 references to TextChanges
Microsoft.CodeAnalysis.Features (5)
Completion\CompletionChange.cs (5)
70
if (
TextChanges
.IsEmpty)
145
=> new(textChange,
TextChanges
, NewPosition, IncludesCommitCharacter);
148
/// Creates a copy of this <see cref="CompletionChange"/> with the <see cref="
TextChanges
"/> property changed.
157
=> new(TextChange,
TextChanges
, newPostion, IncludesCommitCharacter);
163
=> new(TextChange,
TextChanges
, NewPosition, includesCommitCharacter);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResultFactory.cs (1)
537
foreach (var change in completionChange.
TextChanges
)