3 references to VarEnum
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (2)
93
ct[CoreType.
VarEnum
] == null ||
118
attributeType.ToCustomAttributeNamedArgument(nameof(MarshalAsAttribute.SafeArraySubType), ct[CoreType.
VarEnum
], (int)ma.SafeArraySubType),
System\Reflection\TypeLoading\General\CoreType.cs (1)
122
case CoreType.
VarEnum
: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.VarEnum; return;