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