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