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