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)
365if (_stateMachineUserHoistedLocalSlotIndices == null) 371_stateMachineUserHoistedLocalSlotIndices.Add(slotIndex); 502if (_stateMachineUserHoistedLocalSlotIndices != null && end > begin) 506foreach (var slotIndex in _stateMachineUserHoistedLocalSlotIndices)