4 references to HasSignature
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1500
if (anonymousFunction.
HasSignature
)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
3066
if (anonymousFunction.
HasSignature
)
FlowAnalysis\NullableWalker.cs (1)
8732
if (unboundLambda.
HasSignature
)
Symbols\Source\LambdaSymbol.cs (1)
329
if (!unboundLambda.
HasSignature
|| unboundLambda.ParameterCount == 0)