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