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