2 writes to TextChanges
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionChange.cs (2)
57
TextChanges
= textChanges.NullToEmpty();
59
TextChanges
= [textChange];
6 references to TextChanges
Microsoft.CodeAnalysis.Features (5)
Completion\CompletionChange.cs (5)
58
if (
TextChanges
.IsEmpty)
123
=> new(textChange,
TextChanges
, NewPosition, IncludesCommitCharacter);
126
/// Creates a copy of this <see cref="CompletionChange"/> with the <see cref="
TextChanges
"/> property changed.
135
=> new(TextChange,
TextChanges
, newPostion, IncludesCommitCharacter);
141
=> new(TextChange,
TextChanges
, NewPosition, includesCommitCharacter);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResultFactory.cs (1)
531
foreach (var change in completionChange.
TextChanges
)