1 write to objectString
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
745objectString = new BinaryObjectString();
9 references to objectString
mscorlib (9)
system\runtime\serialization\formatters\binary\binaryparser.cs (9)
744if (objectString == null) 749objectString.Read(this); 750objectString.Dump(); 758objectString.value = objectReader.CrossAppDomainArray(crossAppDomainString.value) as String; 759if (objectString.value == null) 762objectString.objectId = crossAppDomainString.objectId; 767prs.PRobjectId = objectReader.GetId(objectString.objectId); 776prs.PRvalue = objectString.value; 780prs.PRvarValue = objectString.value; //Need to set it because ObjectReader is picking up value from variant, not pr.PRvalue