5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6964/// When it returns true, it stops at operator keyword (<see cref="IsOperatorKeyword"/>). 6971if (IsOperatorKeyword()) 6994if (IsOperatorKeyword()) 7005isPartOfInterfaceName = IsDotOrColonColon() || IsOperatorKeyword(); 7027if (!IsOperatorKeyword() || explicitInterfaceName is null)