1 write to activeXSerializer
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (1)
55
this.
activeXSerializer
= new ActiveXSerializer();
3 references to activeXSerializer
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (3)
50
if (this.
activeXSerializer
== null)
54
if (this.
activeXSerializer
== null)
59
return this.
activeXSerializer
;