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