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