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