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)
1551public override TypeWithAnnotations ParameterTypeWithAnnotations(int index)
2 references to ParameterTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
478public TypeWithAnnotations ParameterTypeWithAnnotations(int index) { return Data.ParameterTypeWithAnnotations(index); } 660var type = ParameterTypeWithAnnotations(i);