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