3 references to IsOperatorStart
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
2693
if ((!haveAttributes || !IsScript) && !haveModifiers && (type.Kind == SyntaxKind.RefType || !
IsOperatorStart
(out _, advanceParser: false)))
2742
if (!typeIsRef &&
IsOperatorStart
(out explicitInterfaceOpt))
3192
if (
IsOperatorStart
(out explicitInterfaceOpt))