4 references to ParameterType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Statements.cs (2)
2126
if (anonymousFunction.
ParameterType
(i).IsErrorType())
2177
var lambdaParameterType = anonymousFunction.
ParameterType
(i);
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1519
!delegateParameters[p].Type.Equals(anonymousFunction.
ParameterType
(p), TypeCompareKind.AllIgnoreOptions))
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
3099
if (!anonymousFunction.
ParameterType
(p).Equals(fixedDelegateParameters[p].Type, TypeCompareKind.IgnoreDynamicAndTupleNames | TypeCompareKind.IgnoreNullableModifiersForReferenceTypes))