3 references to PotentialCommitCharacters
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
48
if (_textView.Properties.TryGetProperty(CompletionSource.
PotentialCommitCharacters
, out ImmutableArray<char> potentialCommitCharacters))
IntelliSense\AsyncCompletion\CompletionSource.cs (2)
40
internal const string PotentialCommitCharacters = nameof(
PotentialCommitCharacters
);
127
_textView.Properties[
PotentialCommitCharacters
] = service.GetRules(options).DefaultCommitCharacters;