2 writes to _indirectReturnState
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\CodeGenerator.cs (1)
336_indirectReturnState = IndirectReturnState.Emitted;
CodeGen\EmitStatement.cs (1)
869_indirectReturnState = IndirectReturnState.Needed;
5 references to _indirectReturnState
Microsoft.CodeAnalysis.CSharp (5)
CodeGen\CodeGenerator.cs (1)
282if (_indirectReturnState == IndirectReturnState.Needed)
CodeGen\EmitStatement.cs (4)
734if (_indirectReturnState == IndirectReturnState.Needed && 859if (_indirectReturnState != IndirectReturnState.Emitted && CanHandleReturnLabel(boundReturnStatement)) 867if (_indirectReturnState == IndirectReturnState.NotNeeded) 875if (_indirectReturnState == IndirectReturnState.Needed && CanHandleReturnLabel(boundReturnStatement))