4 writes to nullCount
mscorlib (4)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (4)
1940
this.
nullCount
= nullCount;
1976
nullCount
= 1;
1979
nullCount
= input.ReadByte();
1983
nullCount
= input.ReadInt32();
10 references to nullCount
mscorlib (10)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (8)
1945
if (
nullCount
== 1)
1949
else if (
nullCount
< 256)
1952
sout.WriteByte((Byte)
nullCount
);
1958
sout.WriteInt32(
nullCount
);
2000
if (
nullCount
== 1)
2004
else if (
nullCount
< 256)
2007
BinaryUtil.NVTraceI("nullCount (Byte)",
nullCount
);
2012
BinaryUtil.NVTraceI("nullCount (Int32)",
nullCount
);
system\runtime\serialization\formatters\binary\binaryparser.cs (2)
1145
prs.PRnullCount = objectNull.
nullCount
;
1148
objectOp.ArrayCountIncrement(objectNull.
nullCount
-1);