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