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