3 writes to value
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1195this.value = value; 1210value = input.ReadString();
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
758objectString.value = objectReader.CrossAppDomainArray(crossAppDomainString.value) as String;
5 references to value
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1203sout.WriteString(value); 1226BinaryUtil.NVTraceI("value (UTF)", value);
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
759if (objectString.value == null) 776prs.PRvalue = objectString.value; 780prs.PRvarValue = objectString.value; //Need to set it because ObjectReader is picking up value from variant, not pr.PRvalue