5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6616
/// When it returns true, it stops at operator keyword (<see cref="
IsOperatorKeyword
"/>).
6623
if (
IsOperatorKeyword
())
6646
if (
IsOperatorKeyword
())
6657
isPartOfInterfaceName = IsDotOrColonColon() ||
IsOperatorKeyword
();
6679
if (!
IsOperatorKeyword
() || explicitInterfaceName is null)