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