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