2 writes to _marshalParameterIndex
System.Reflection.Emit (2)
System\Reflection\Emit\PseudoCustomAttributesData.cs (2)
244
_marshalParameterIndex
= parameterIndex ?? Invalid;
255
_marshalParameterIndex
= parameterIndex ?? Invalid;
4 references to _marshalParameterIndex
System.Reflection.Emit (4)
System\Reflection\Emit\PseudoCustomAttributesData.cs (4)
183
if (
_marshalParameterIndex
>= 0)
185
writer.WriteCompressedInteger(
_marshalParameterIndex
);
222
if (
_marshalParameterIndex
>= 0)
224
writer.WriteCompressedInteger(
_marshalParameterIndex
);