1 write to _stateMachineUserHoistedLocalSlotIndices
Microsoft.CodeAnalysis (1)
CodeGen\LocalScopeManager.cs (1)
367
_stateMachineUserHoistedLocalSlotIndices
= ImmutableArray.CreateBuilder<int>(1);
4 references to _stateMachineUserHoistedLocalSlotIndices
Microsoft.CodeAnalysis (4)
CodeGen\LocalScopeManager.cs (4)
365
if (
_stateMachineUserHoistedLocalSlotIndices
== null)
371
_stateMachineUserHoistedLocalSlotIndices
.Add(slotIndex);
502
if (
_stateMachineUserHoistedLocalSlotIndices
!= null && end > begin)
506
foreach (var slotIndex in
_stateMachineUserHoistedLocalSlotIndices
)