1 write to IncludesCommitCharacter
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionChange.cs (1)
68
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)
145
=> new(textChange, TextChanges, NewPosition,
IncludesCommitCharacter
);
151
=> new(TextChange, textChanges, NewPosition,
IncludesCommitCharacter
);
157
=> new(TextChange, TextChanges, newPostion,
IncludesCommitCharacter
);
160
/// Creates a copy of this <see cref="CompletionChange"/> with the <see cref="
IncludesCommitCharacter
"/> property changed.