2 references to InAttribute
System.Reflection.MetadataLoadContext (2)
System\Reflection\MetadataLoadContext.KnownConstructors.cs (1)
14
internal ConstructorInfo? TryGetInCtor() => _lazyIn ??= TryGetConstructor(CoreType.
InAttribute
);
System\Reflection\TypeLoading\General\CoreType.cs (1)
123
case CoreType.
InAttribute
: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.InAttribute; return;