1 write to binaryFormatter
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (1)
37
this.
binaryFormatter
= new BinaryFormatter();
3 references to binaryFormatter
System.ServiceModel (3)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (3)
32
if (this.
binaryFormatter
== null)
36
if (this.
binaryFormatter
== null)
41
return this.
binaryFormatter
;