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