5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6717
/// When it returns true, it stops at operator keyword (<see cref="
IsOperatorKeyword
"/>).
6724
if (
IsOperatorKeyword
())
6747
if (
IsOperatorKeyword
())
6758
isPartOfInterfaceName = IsDotOrColonColon() ||
IsOperatorKeyword
();
6780
if (!
IsOperatorKeyword
() || explicitInterfaceName is null)