3 writes to serializationFormat
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationBindingElement.cs (3)
19this.serializationFormat = MsmqIntegrationDefaults.SerializationFormat; 25this.serializationFormat = other.serializationFormat; 53this.serializationFormat = value;
2 references to serializationFormat
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationBindingElement.cs (2)
25this.serializationFormat = other.serializationFormat; 45get { return this.serializationFormat; }