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