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