3 implementations of StateMachineHoistedLocalSlots
Microsoft.CodeAnalysis (3)
CodeGen\MethodBody.cs (1)
148ImmutableArray<EncHoistedLocalInfo> Cci.IMethodBody.StateMachineHoistedLocalSlots
Emit\NoPia\CommonEmbeddedMethod.cs (1)
155ImmutableArray<EncHoistedLocalInfo> Cci.IMethodBody.StateMachineHoistedLocalSlots =>
PEWriter\RootModuleStaticConstructor.cs (1)
158public ImmutableArray<EncHoistedLocalInfo> StateMachineHoistedLocalSlots => ImmutableArray<EncHoistedLocalInfo>.Empty;
2 references to StateMachineHoistedLocalSlots
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
867body.StateMachineHoistedLocalSlots,
PEWriter\MetadataWriter.cs (1)
4153var encSlotInfo = methodBody.StateMachineHoistedLocalSlots;