2 writes to TextChanges
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionChange.cs (2)
57TextChanges = textChanges.NullToEmpty(); 59TextChanges = [textChange];
6 references to TextChanges
Microsoft.CodeAnalysis.Features (5)
Completion\CompletionChange.cs (5)
58if (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)
531foreach (var change in completionChange.TextChanges)