5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6962/// When it returns true, it stops at operator keyword (<see cref="IsOperatorKeyword"/>). 6969if (IsOperatorKeyword()) 6992if (IsOperatorKeyword()) 7003isPartOfInterfaceName = IsDotOrColonColon() || IsOperatorKeyword(); 7025if (!IsOperatorKeyword() || explicitInterfaceName is null)