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)
183if (_marshalParameterIndex >= 0) 185writer.WriteCompressedInteger(_marshalParameterIndex); 222if (_marshalParameterIndex >= 0) 224writer.WriteCompressedInteger(_marshalParameterIndex);