3 references to ParameterTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1568ExactInference(anonymousFunction.ParameterTypeWithAnnotations(i), delegateParameters[i].TypeWithAnnotations, ref useSiteInfo);
BoundTree\UnboundLambda.cs (1)
495public TypeSymbol ParameterType(int index) { return ParameterTypeWithAnnotations(index).Type; }
Symbols\Source\LambdaSymbol.cs (1)
358? unboundLambda.ParameterTypeWithAnnotations(p)