5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
7002/// When it returns true, it stops at operator keyword (<see cref="IsOperatorKeyword"/>). 7009if (IsOperatorKeyword()) 7032if (IsOperatorKeyword()) 7043isPartOfInterfaceName = IsDotOrColonColon() || IsOperatorKeyword(); 7065if (!IsOperatorKeyword() || explicitInterfaceName is null)