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