3 writes to _returnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\LambdaSymbol.cs (3)
60
if (!unboundLambda.HasExplicitReturnType(out _refKind, out
_returnType
))
63
_returnType
= !returnType.HasType ? TypeWithAnnotations.Create(ReturnTypeIsBeingInferred) : returnType;
165
_returnType
= inferredReturnType;
2 references to _returnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaSymbol.cs (2)
153
get { return
_returnType
; }
163
Debug.Assert(
_returnType
.Type.IsErrorType());