2 references to MarshalAsAttribute
System.Reflection.MetadataLoadContext (2)
System\Reflection\MetadataLoadContext.KnownConstructors.cs (1)
32internal ConstructorInfo? TryGetMarshalAsCtor() => _lazyMarshalAs ??= TryGetConstructor(CoreType.MarshalAsAttribute, CoreType.UnmanagedType);
System\Reflection\TypeLoading\General\CoreType.cs (1)
120case CoreType.MarshalAsAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.MarshalAsAttribute; return;