5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6619
/// When it returns true, it stops at operator keyword (<see cref="
IsOperatorKeyword
"/>).
6626
if (
IsOperatorKeyword
())
6649
if (
IsOperatorKeyword
())
6660
isPartOfInterfaceName = IsDotOrColonColon() ||
IsOperatorKeyword
();
6682
if (!
IsOperatorKeyword
() || explicitInterfaceName is null)