1 write to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
63TypeWithAnnotations = typeWithAnnotations;
6 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\UnboundLambda.cs (6)
161return inferredReturnType.TypeWithAnnotations; 615var type = lambda.InferredReturnType.TypeWithAnnotations; 625var type = BindForErrorRecovery().InferredReturnType.TypeWithAnnotations; 729returnType = inferredReturnType.TypeWithAnnotations; 959returnType = inferredReturnType.TypeWithAnnotations; 1202var returnType = inferredReturnType.TypeWithAnnotations;