7 references to HasExplicitlyTypedParameterList
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Invocation.cs (1)
2024
if (unboundArgument.
HasExplicitlyTypedParameterList
&&
Binder\Binder_Statements.cs (1)
2122
if (anonymousFunction.
HasExplicitlyTypedParameterList
)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1511
if (anonymousFunction.
HasExplicitlyTypedParameterList
)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
1536
if (!anonymousFunction.
HasExplicitlyTypedParameterList
)
3095
if (anonymousFunction.
HasExplicitlyTypedParameterList
)
FlowAnalysis\NullableWalker.cs (1)
9893
useDelegateInvokeParameterTypes = !unboundLambda.
HasExplicitlyTypedParameterList
;
Symbols\Source\LambdaSymbol.cs (1)
343
var hasExplicitlyTypedParameterList = unboundLambda.
HasExplicitlyTypedParameterList
;