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