1 instantiation of InteropPersistenceParticipant
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
339
return new
InteropPersistenceParticipant
();
5 references to InteropPersistenceParticipant
System.Workflow.Runtime (5)
System\Activities\Statements\Interop.cs (5)
37
static Func<
InteropPersistenceParticipant
> getInteropPersistenceParticipant = new Func<
InteropPersistenceParticipant
>(GetInteropPersistenceParticipant);
337
static
InteropPersistenceParticipant
GetInteropPersistenceParticipant()
861
InteropPersistenceParticipant
persistenceParticipant = context.GetExtension<
InteropPersistenceParticipant
>();