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)
151Debug.Assert(_marshalArrayElementCount >= 0); 152writer.WriteCompressedInteger(_marshalArrayElementCount); 186if (_marshalArrayElementCount >= 0) 188writer.WriteCompressedInteger(_marshalArrayElementCount); 192else if (_marshalArrayElementCount >= 0) 195writer.WriteCompressedInteger(_marshalArrayElementCount); 216writer.WriteCompressedInteger(_marshalArrayElementCount);