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