2 references to IsVisibleOutsideAssembly
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
92
if (type.
IsVisibleOutsideAssembly
())
System\Reflection\TypeLoading\General\Helpers.cs (1)
347
return type.DeclaringType!.
IsVisibleOutsideAssembly
();