1 write to _lazyComImport
System.Reflection.MetadataLoadContext (1)
System\Reflection\MetadataLoadContext.KnownConstructors.cs (1)
26
internal ConstructorInfo? TryGetComImportCtor() =>
_lazyComImport
??= TryGetConstructor(CoreType.ComImportAttribute);