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