2 overrides of ParameterTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.QueryUnboundLambdaState.cs (1)
55
public override TypeWithAnnotations
ParameterTypeWithAnnotations
(int index) { throw new ArgumentException(); } // implicitly typed
BoundTree\UnboundLambda.cs (1)
1552
public override TypeWithAnnotations
ParameterTypeWithAnnotations
(int index)
2 references to ParameterTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
478
public TypeWithAnnotations ParameterTypeWithAnnotations(int index) { return Data.
ParameterTypeWithAnnotations
(index); }
660
var type =
ParameterTypeWithAnnotations
(i);