1 write to TextChange
Microsoft.CodeAnalysis.Features (1)
21 references to TextChange
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Microsoft.CodeAnalysis.EditorFeatures (2)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.Features (9)
Completion\CompletionChange.cs (6)
25/// Individual smaller text changes that are more fine grained than the total <see cref="TextChange"/> value.
27/// provided, <see cref="TextChange"/> must still be provided as well.
121/// Creates a copy of this <see cref="CompletionChange"/> with the <see cref="TextChange"/> property changed.
130=> new(TextChange, textChanges, NewPosition, IncludesCommitCharacter);
136=> new(TextChange, TextChanges, newPostion, IncludesCommitCharacter);
142=> new(TextChange, TextChanges, NewPosition, includesCommitCharacter);
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)