3 implementations of StateMachineAwaiterSlots
Microsoft.CodeAnalysis (3)
CodeGen\MethodBody.cs (1)
151ImmutableArray<Cci.ITypeReference?> Cci.IMethodBody.StateMachineAwaiterSlots
Emit\NoPia\CommonEmbeddedMethod.cs (1)
158ImmutableArray<Cci.ITypeReference> Cci.IMethodBody.StateMachineAwaiterSlots =>
PEWriter\RootModuleStaticConstructor.cs (1)
160public ImmutableArray<ITypeReference> StateMachineAwaiterSlots => ImmutableArray<ITypeReference>.Empty;
1 reference to StateMachineAwaiterSlots
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
868body.StateMachineAwaiterSlots,