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