1 write to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
66TypeWithAnnotations = typeWithAnnotations;
6 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
BoundTree\UnboundLambda.cs (6)
171return inferredReturnType.TypeWithAnnotations; 654var type = lambda.InferredReturnType.TypeWithAnnotations; 664var type = BindForErrorRecovery().InferredReturnType.TypeWithAnnotations; 771returnType = inferredReturnType.TypeWithAnnotations; 1006returnType = inferredReturnType.TypeWithAnnotations; 1259var returnType = inferredReturnType.TypeWithAnnotations;