6 references to Invalid
System.Reflection.Emit (6)
System\Reflection\Emit\PseudoCustomAttributesData.cs (6)
139private const UnmanagedType InvalidUnmanagedType = (UnmanagedType)Invalid; 140private const VarEnum InvalidVariantType = (VarEnum)Invalid; 244_marshalParameterIndex = parameterIndex ?? Invalid; 254_marshalArrayElementCount = elementCount ?? Invalid; 255_marshalParameterIndex = parameterIndex ?? Invalid; 265_marshalArrayElementCount = elementCount ?? Invalid;