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