1 write to binaryObjectString
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (1)
329binaryObjectString = new BinaryObjectString();
3 references to binaryObjectString
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (3)
328if (binaryObjectString == null) 330binaryObjectString.Set(objectId, value); 334binaryObjectString.Write(this);