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