8 references to HasExplicitlyTypedParameterList
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Invocation.cs (1)
2104if (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)
1564if (!anonymousFunction.HasExplicitlyTypedParameterList) 3123if (anonymousFunction.HasExplicitlyTypedParameterList)
FlowAnalysis\NullableWalker.cs (1)
10200useDelegateInvokeParameterTypes = !unboundLambda.HasExplicitlyTypedParameterList;
Symbols\Source\LambdaSymbol.cs (1)
343var hasExplicitlyTypedParameterList = unboundLambda.HasExplicitlyTypedParameterList;