5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6616/// When it returns true, it stops at operator keyword (<see cref="IsOperatorKeyword"/>). 6623if (IsOperatorKeyword()) 6646if (IsOperatorKeyword()) 6657isPartOfInterfaceName = IsDotOrColonColon() || IsOperatorKeyword(); 6679if (!IsOperatorKeyword() || explicitInterfaceName is null)