4 implementations of StateMachineHoistedLocalSlots
Microsoft.CodeAnalysis (4)
CodeGen\MethodBody.cs (1)
145
ImmutableArray<EncHoistedLocalInfo> Cci.IMethodBody.
StateMachineHoistedLocalSlots
Emit\EditAndContinue\DeletedMethodBody.cs (1)
59
public ImmutableArray<EncHoistedLocalInfo>
StateMachineHoistedLocalSlots
=> default;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
152
ImmutableArray<EncHoistedLocalInfo> Cci.IMethodBody.
StateMachineHoistedLocalSlots
=>
PEWriter\RootModuleStaticConstructor.cs (1)
156
public ImmutableArray<EncHoistedLocalInfo>
StateMachineHoistedLocalSlots
=> ImmutableArray<EncHoistedLocalInfo>.Empty;
2 references to StateMachineHoistedLocalSlots
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
851
body.
StateMachineHoistedLocalSlots
,
PEWriter\MetadataWriter.cs (1)
4107
var encSlotInfo = methodBody.
StateMachineHoistedLocalSlots
;