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)
734if (_indirectReturnState == IndirectReturnState.Needed && 859if (_indirectReturnState != IndirectReturnState.Emitted && CanHandleReturnLabel(boundReturnStatement)) 867if (_indirectReturnState == IndirectReturnState.NotNeeded) 869_indirectReturnState = IndirectReturnState.Needed; 875if (_indirectReturnState == IndirectReturnState.Needed && CanHandleReturnLabel(boundReturnStatement))