3 writes to _returnType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\LambdaSymbol.cs (3)
59if (!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)
152get { return _returnType; } 162Debug.Assert(_returnType.Type.IsErrorType());