3 writes to targetSerializationTypes
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationBindingElement.cs (3)
28this.targetSerializationTypes = other.targetSerializationTypes.Clone() as Type[]; 71this.targetSerializationTypes = null; 73this.targetSerializationTypes = value.Clone() as Type[];
4 references to targetSerializationTypes
System.ServiceModel (4)
System\ServiceModel\MsmqIntegration\MsmqIntegrationBindingElement.cs (4)
26if (other.targetSerializationTypes != null) 28this.targetSerializationTypes = other.targetSerializationTypes.Clone() as Type[]; 62if (null == this.targetSerializationTypes) 65return this.targetSerializationTypes.Clone() as Type[];