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)
759
if (_indirectReturnState ==
IndirectReturnState
.Needed &&
884
if (_indirectReturnState !=
IndirectReturnState
.Emitted && CanHandleReturnLabel(boundReturnStatement))
892
if (_indirectReturnState ==
IndirectReturnState
.NotNeeded)
894
_indirectReturnState =
IndirectReturnState
.Needed;
900
if (_indirectReturnState ==
IndirectReturnState
.Needed && CanHandleReturnLabel(boundReturnStatement))