8 references to IndirectReturnState
Microsoft.CodeAnalysis.CSharp (8)
CodeGen\CodeGenerator.cs (3)
60private IndirectReturnState _indirectReturnState; 282if (_indirectReturnState == IndirectReturnState.Needed) 336_indirectReturnState = IndirectReturnState.Emitted;
CodeGen\EmitStatement.cs (5)
759if (_indirectReturnState == IndirectReturnState.Needed && 884if (_indirectReturnState != IndirectReturnState.Emitted && CanHandleReturnLabel(boundReturnStatement)) 892if (_indirectReturnState == IndirectReturnState.NotNeeded) 894_indirectReturnState = IndirectReturnState.Needed; 900if (_indirectReturnState == IndirectReturnState.Needed && CanHandleReturnLabel(boundReturnStatement))