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