5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6888/// When it returns true, it stops at operator keyword (<see cref="IsOperatorKeyword"/>). 6895if (IsOperatorKeyword()) 6918if (IsOperatorKeyword()) 6929isPartOfInterfaceName = IsDotOrColonColon() || IsOperatorKeyword(); 6951if (!IsOperatorKeyword() || explicitInterfaceName is null)