2 references to HasParameterList
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (1)
913return this.GetCrefSymbolInfo(position, cref, options, HasParameterList(cref));
Compilation\SyntaxTreeSemanticModel.cs (1)
278result = GetCrefSymbolInfo(adjustedPosition, crefSyntax, options, HasParameterList(crefSyntax));