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; 636var type = lambda.InferredReturnType.TypeWithAnnotations; 646var type = BindForErrorRecovery().InferredReturnType.TypeWithAnnotations; 750returnType = inferredReturnType.TypeWithAnnotations; 980returnType = inferredReturnType.TypeWithAnnotations; 1223var returnType = inferredReturnType.TypeWithAnnotations;