5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6687/// When it returns true, it stops at operator keyword (<see cref="IsOperatorKeyword"/>). 6694if (IsOperatorKeyword()) 6717if (IsOperatorKeyword()) 6728isPartOfInterfaceName = IsDotOrColonColon() || IsOperatorKeyword(); 6750if (!IsOperatorKeyword() || explicitInterfaceName is null)