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; 595var type = lambda.InferredReturnType.TypeWithAnnotations; 605var type = BindForErrorRecovery().InferredReturnType.TypeWithAnnotations; 693returnType = inferredReturnType.TypeWithAnnotations; 919returnType = inferredReturnType.TypeWithAnnotations; 1162var returnType = inferredReturnType.TypeWithAnnotations;