4 implementations of StateMachineAwaiterSlots
Microsoft.CodeAnalysis (4)
CodeGen\MethodBody.cs (1)
148
ImmutableArray<Cci.ITypeReference?> Cci.IMethodBody.
StateMachineAwaiterSlots
Emit\EditAndContinue\DeletedMethodBody.cs (1)
61
public ImmutableArray<ITypeReference>
StateMachineAwaiterSlots
=> default;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
155
ImmutableArray<Cci.ITypeReference> Cci.IMethodBody.
StateMachineAwaiterSlots
=>
PEWriter\RootModuleStaticConstructor.cs (1)
158
public ImmutableArray<ITypeReference>
StateMachineAwaiterSlots
=> ImmutableArray<ITypeReference>.Empty;
1 reference to StateMachineAwaiterSlots
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
852
body.
StateMachineAwaiterSlots
,