5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6908
/// When it returns true, it stops at operator keyword (<see cref="
IsOperatorKeyword
"/>).
6915
if (
IsOperatorKeyword
())
6938
if (
IsOperatorKeyword
())
6949
isPartOfInterfaceName = IsDotOrColonColon() ||
IsOperatorKeyword
();
6971
if (!
IsOperatorKeyword
() || explicitInterfaceName is null)