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