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