5 references to IsOperatorKeyword
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
6738
/// When it returns true, it stops at operator keyword (<see cref="
IsOperatorKeyword
"/>).
6745
if (
IsOperatorKeyword
())
6768
if (
IsOperatorKeyword
())
6779
isPartOfInterfaceName = IsDotOrColonColon() ||
IsOperatorKeyword
();
6801
if (!
IsOperatorKeyword
() || explicitInterfaceName is null)