6 references to HasExplicitlyTypedParameterList
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Statements.cs (1)
2089if (anonymousFunction.HasExplicitlyTypedParameterList)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1436if (anonymousFunction.HasExplicitlyTypedParameterList)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
1443if (!anonymousFunction.HasExplicitlyTypedParameterList) 2916if (anonymousFunction.HasExplicitlyTypedParameterList)
FlowAnalysis\NullableWalker.cs (1)
8996useDelegateInvokeParameterTypes = !unboundLambda.HasExplicitlyTypedParameterList;
Symbols\Source\LambdaSymbol.cs (1)
321var hasExplicitlyTypedParameterList = unboundLambda.HasExplicitlyTypedParameterList;