1 write to provider
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1204this.provider = provider;
18 references to provider
System.WorkflowServices (18)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (18)
776if (this.provider.serializeAsText) 778instanceXmlParameter.Value = this.provider.GetXmlSerializedForm(instance); 783instanceParameter.Value = this.provider.GetBinarySerializedForm(instance); 795lockOwnerParameter.Value = this.provider.hostId; 799lockTimeoutParameter.Value = this.provider.LockTimeoutAsInt; 851hostIdParameter.Value = this.provider.hostId; 855lockTimeoutParameter.Value = this.provider.LockTimeoutAsInt; 899return this.provider.DeserializeInstance(serializedInstance, isXml); 957hostIdParameter.Value = this.provider.hostId; 961lockTimeoutParameter.Value = this.provider.LockTimeoutAsInt; 1383get { return !this.provider.IsLockingTurnedOn; } 1416hostIdParameter.Value = this.provider.hostId; 1420lockTimeoutParameter.Value = this.provider.LockTimeoutAsInt; 1477if (this.provider.serializeAsText) 1479instanceXmlParameter.Value = this.provider.GetXmlSerializedForm(instance); 1484instanceParameter.Value = this.provider.GetBinarySerializedForm(instance); 1496lockOwnerParameter.Value = this.provider.hostId; 1500lockTimeoutParameter.Value = this.provider.LockTimeoutAsInt;