5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6719/// When it returns true, it stops at operator keyword (<see cref="IsOperatorKeyword"/>). 6726if (IsOperatorKeyword()) 6749if (IsOperatorKeyword()) 6760isPartOfInterfaceName = IsDotOrColonColon() || IsOperatorKeyword(); 6782if (!IsOperatorKeyword() || explicitInterfaceName is null)