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