2 implementations of IsTriggerCharacter
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptSignatureHelpProviderBase.cs (1)
20public abstract bool IsTriggerCharacter(char ch);
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
34public abstract bool IsTriggerCharacter(char ch);