1 write to _lazyOut
System.Reflection.MetadataLoadContext (1)
System\Reflection\MetadataLoadContext.KnownConstructors.cs (1)
17
internal ConstructorInfo? TryGetOutCtor() =>
_lazyOut
??= TryGetConstructor(CoreType.OutAttribute);