5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6962
/// When it returns true, it stops at operator keyword (<see cref="
IsOperatorKeyword
"/>).
6969
if (
IsOperatorKeyword
())
6992
if (
IsOperatorKeyword
())
7003
isPartOfInterfaceName = IsDotOrColonColon() ||
IsOperatorKeyword
();
7025
if (!
IsOperatorKeyword
() || explicitInterfaceName is null)