4 implementations of StateMachineAwaiterSlots
Microsoft.CodeAnalysis (4)
CodeGen\MethodBody.cs (1)
153ImmutableArray<Cci.ITypeReference?> Cci.IMethodBody.StateMachineAwaiterSlots
Emit\EditAndContinue\DeletedMethodBody.cs (1)
52public ImmutableArray<Cci.ITypeReference> StateMachineAwaiterSlots => default;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
159ImmutableArray<Cci.ITypeReference> Cci.IMethodBody.StateMachineAwaiterSlots =>
PEWriter\MethodDefinitionBase.cs (1)
159public ImmutableArray<ITypeReference> StateMachineAwaiterSlots => default;
1 reference to StateMachineAwaiterSlots
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
909body.StateMachineAwaiterSlots,