1 write to IncludesCommitCharacter
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionChange.cs (1)
57
IncludesCommitCharacter
= includesCommitCharacter;
5 references to IncludesCommitCharacter
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
291
includesCommitCharacter = change.
IncludesCommitCharacter
;
Microsoft.CodeAnalysis.Features (4)
Completion\CompletionChange.cs (4)
124
=> new(textChange, TextChanges, NewPosition,
IncludesCommitCharacter
);
130
=> new(TextChange, textChanges, NewPosition,
IncludesCommitCharacter
);
136
=> new(TextChange, TextChanges, newPostion,
IncludesCommitCharacter
);
139
/// Creates a copy of this <see cref="CompletionChange"/> with the <see cref="
IncludesCommitCharacter
"/> property changed.