4 writes to argumentsHash
System.WorkflowServices (4)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (4)
30
this.
argumentsHash
= this.ComputeArgumentsHash();
114
this.
argumentsHash
= this.ComputeArgumentsHash();
131
this.
argumentsHash
= this.ComputeArgumentsHash();
145
this.
argumentsHash
= persistenceProviderElement.argumentsHash;
2 references to argumentsHash
System.WorkflowServices (2)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (2)
102
return base.IsModified() || this.
argumentsHash
!= this.ComputeArgumentsHash();
145
this.argumentsHash = persistenceProviderElement.
argumentsHash
;