8 references to IndirectReturnState
Microsoft.CodeAnalysis.CSharp (8)
CodeGen\CodeGenerator.cs (3)
63private IndirectReturnState _indirectReturnState; 298if (_indirectReturnState == IndirectReturnState.Needed) 355_indirectReturnState = IndirectReturnState.Emitted;
CodeGen\EmitStatement.cs (5)
769if (_indirectReturnState == IndirectReturnState.Needed && 894if (_indirectReturnState != IndirectReturnState.Emitted && CanHandleReturnLabel(boundReturnStatement)) 902if (_indirectReturnState == IndirectReturnState.NotNeeded) 904_indirectReturnState = IndirectReturnState.Needed; 910if (_indirectReturnState == IndirectReturnState.Needed && CanHandleReturnLabel(boundReturnStatement))