1 write to _lazyInterfaces
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
210
internal RoType[] GetInterfacesNoCopy() =>
_lazyInterfaces
??= ComputeInterfaceClosure();