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