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