3 writes to _marshalArrayElementCount
System.Reflection.Emit (3)
System\Reflection\Emit\PseudoCustomAttributesData.cs (3)
254
_marshalArrayElementCount
= elementCount ?? Invalid;
265
_marshalArrayElementCount
= elementCount ?? Invalid;
282
_marshalArrayElementCount
= elementCount;
7 references to _marshalArrayElementCount
System.Reflection.Emit (7)
System\Reflection\Emit\PseudoCustomAttributesData.cs (7)
151
Debug.Assert(
_marshalArrayElementCount
>= 0);
152
writer.WriteCompressedInteger(
_marshalArrayElementCount
);
186
if (
_marshalArrayElementCount
>= 0)
188
writer.WriteCompressedInteger(
_marshalArrayElementCount
);
192
else if (
_marshalArrayElementCount
>= 0)
195
writer.WriteCompressedInteger(
_marshalArrayElementCount
);
216
writer.WriteCompressedInteger(
_marshalArrayElementCount
);