2 references to GetParameters
Test.Utilities (2)
IMethodSymbolExtensions.cs (1)
425
method.AssociatedSymbol?.
GetParameters
().Length == 0;
ISymbolExtensions.cs (1)
70
return symbol.IsConstructor() && symbol.
GetParameters
().IsEmpty;