Implemented interface member:
method
IsOperator
Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts.IsOperator(Microsoft.CodeAnalysis.SyntaxToken)
1 reference to IsOperator
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
512
if (this.IsWord(token) || this.IsLiteral(token) || this.
IsOperator
(token))