2 writes to binaryFormatter
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXDataNode.cs (2)
418binaryFormatter = new System.Runtime.Serialization.Formatters.Binary.BinaryFormatter(); 448binaryFormatter = new BinaryFormatter();
6 references to binaryFormatter
System.Windows.Forms (6)
winforms\Managed\System\Resources\ResXDataNode.cs (6)
417if (binaryFormatter == null) { 419binaryFormatter.Binder = new ResXSerializationBinder(this.typeNameConverter); 423binaryFormatter.Serialize(ms, value); 447if (binaryFormatter == null) { 449binaryFormatter.Binder = new ResXSerializationBinder(typeResolver); 451IFormatter formatter = binaryFormatter;