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