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