4 references to ParameterTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Lambda.cs (1)
372
ParameterHelpers.ReportParameterErrors(owner: null, paramSyntax, ordinal: i, lastParameterIndex: lambda.ParameterCount - 1, isParams: isParams, lambda.
ParameterTypeWithAnnotations
(i),
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1475
ExactInference(anonymousFunction.
ParameterTypeWithAnnotations
(i), delegateParameters[i].TypeWithAnnotations, ref useSiteInfo);
BoundTree\UnboundLambda.cs (1)
481
public TypeSymbol ParameterType(int index) { return
ParameterTypeWithAnnotations
(index).Type; }
Symbols\Source\LambdaSymbol.cs (1)
338
type = unboundLambda.
ParameterTypeWithAnnotations
(p);