2 references to ComImportAttribute
System.Reflection.MetadataLoadContext (2)
System\Reflection\MetadataLoadContext.KnownConstructors.cs (1)
26
internal ConstructorInfo? TryGetComImportCtor() => _lazyComImport ??= TryGetConstructor(CoreType.
ComImportAttribute
);
System\Reflection\TypeLoading\General\CoreType.cs (1)
116
case CoreType.
ComImportAttribute
: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.ComImportAttribute; return;