2 writes to value
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1843
this.
value
= value;
1863
value
= input.ReadValue(typeInformation);
3 references to value
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1856
sout.WriteValue(typeInformation,
value
);
1878
BinaryUtil.NVTraceI("value ("+typeString+")",
value
);
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
1066
prs.PRvarValue = memberPrimitiveUnTyped.
value
;