5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
7002
/// When it returns true, it stops at operator keyword (<see cref="
IsOperatorKeyword
"/>).
7009
if (
IsOperatorKeyword
())
7032
if (
IsOperatorKeyword
())
7043
isPartOfInterfaceName = IsDotOrColonColon() ||
IsOperatorKeyword
();
7065
if (!
IsOperatorKeyword
() || explicitInterfaceName is null)