2 writes to objectNull
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (2)
583objectNull = new ObjectNull(); 675objectNull = new ObjectNull();
8 references to objectNull
mscorlib (8)
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (8)
582if (objectNull == null) 591objectNull.SetNullCount(1); 593objectNull.Dump(); 594objectNull.Write(this); 674if (objectNull == null) 676objectNull.SetNullCount(nullCount); 678objectNull.Dump(); 679objectNull.Write(this);