4 writes to count
mscorlib (4)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (4)
2240
count
= 0;
2270
count
+= value;
2298
count
++;
2321
count
++;
8 references to count
mscorlib (8)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (8)
2290
if (
count
== numItems)
2296
if (
count
== 0)
2307
if ((
count
== memberLength) && (!isInitial))
2311
outBinaryTypeEnum = binaryTypeEnumA[
count
];
2312
outTypeInformation = typeInformationA[
count
];
2313
if (
count
== 0)
2315
name = memberNames[
count
];
2320
dtType = memberTypes[
count
];