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)
168return inferredReturnType.TypeWithAnnotations; 645var type = lambda.InferredReturnType.TypeWithAnnotations; 655var type = BindForErrorRecovery().InferredReturnType.TypeWithAnnotations; 759returnType = inferredReturnType.TypeWithAnnotations; 989returnType = inferredReturnType.TypeWithAnnotations; 1232var returnType = inferredReturnType.TypeWithAnnotations;