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