2 references to IsStandardCommitCharacter
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AsyncCompletion\CommitManager.cs (1)
149
if (!Helpers.
IsStandardCommitCharacter
(typedChar) && !IsCommitCharacter(serviceRules, roslynItem, typedChar))
IntelliSense\AsyncCompletion\Helpers.cs (1)
119
if (
IsStandardCommitCharacter
(ch))