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