2 references to OptionalAttribute
System.Reflection.MetadataLoadContext (2)
System\Reflection\MetadataLoadContext.KnownConstructors.cs (1)
20internal ConstructorInfo? TryGetOptionalCtor() => _lazyOptional ??= TryGetConstructor(CoreType.OptionalAttribute);
System\Reflection\TypeLoading\General\CoreType.cs (1)
125case CoreType.OptionalAttribute: ns = Utf8Constants.SystemRuntimeInteropServices; name = Utf8Constants.OptionalAttribute; return;