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