8 references to HasExplicitlyTypedParameterList
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Invocation.cs (1)
2024if (unboundArgument.HasExplicitlyTypedParameterList &&
Binder\Binder_Statements.cs (2)
2134if (anonymousFunction.HasExplicitlyTypedParameterList) 2200Debug.Assert(anonymousFunction.HasExplicitlyTypedParameterList);
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1521if (anonymousFunction.HasExplicitlyTypedParameterList)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
1536if (!anonymousFunction.HasExplicitlyTypedParameterList) 3095if (anonymousFunction.HasExplicitlyTypedParameterList)
FlowAnalysis\NullableWalker.cs (1)
9957useDelegateInvokeParameterTypes = !unboundLambda.HasExplicitlyTypedParameterList;
Symbols\Source\LambdaSymbol.cs (1)
343var hasExplicitlyTypedParameterList = unboundLambda.HasExplicitlyTypedParameterList;