2 references to CompletionChange
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionChange.cs (2)
59
:
this
(textChange, textChanges, newPosition != null ? new TextSpan(newPosition.Value, 0) : null, includesCommitCharacter, properties)
128
return new
CompletionChange
(textChange, textChanges, newSpan, includesCommitCharacter, properties);