4 writes to memberTypes
mscorlib (4)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
2261
memberTypes
= null;
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
462
op.
memberTypes
= objectMap.memberTypes;
594
op.
memberTypes
= objectMap.memberTypes;
690
op.
memberTypes
= objectMap.memberTypes;
2 references to memberTypes
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
2316
if (
memberTypes
== null)
2320
dtType =
memberTypes
[count];