5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6190
/// When it returns true, it stops at operator keyword (<see cref="
IsOperatorKeyword
"/>).
6197
if (
IsOperatorKeyword
())
6220
if (
IsOperatorKeyword
())
6231
isPartOfInterfaceName = IsDotOrColonColonOrDotDot() ||
IsOperatorKeyword
();
6253
if (!
IsOperatorKeyword
() || explicitInterfaceName is null)