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