4 implementations of StateMachineHoistedLocalSlots
Microsoft.CodeAnalysis (4)
CodeGen\MethodBody.cs (1)
150ImmutableArray<EncHoistedLocalInfo> Cci.IMethodBody.StateMachineHoistedLocalSlots
Emit\EditAndContinue\DeletedMethodBody.cs (1)
50public ImmutableArray<EncHoistedLocalInfo> StateMachineHoistedLocalSlots => default;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
156ImmutableArray<EncHoistedLocalInfo> Cci.IMethodBody.StateMachineHoistedLocalSlots =>
PEWriter\MethodDefinitionBase.cs (1)
157public ImmutableArray<EncHoistedLocalInfo> StateMachineHoistedLocalSlots => default;
2 references to StateMachineHoistedLocalSlots
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
908body.StateMachineHoistedLocalSlots,
PEWriter\MetadataWriter.cs (1)
4169var encSlotInfo = methodBody.StateMachineHoistedLocalSlots;