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