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