5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6827/// When it returns true, it stops at operator keyword (<see cref="IsOperatorKeyword"/>). 6834if (IsOperatorKeyword()) 6857if (IsOperatorKeyword()) 6868isPartOfInterfaceName = IsDotOrColonColon() || IsOperatorKeyword(); 6890if (!IsOperatorKeyword() || explicitInterfaceName is null)