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