3 overrides of GetSatelliteAssembly
System.Private.CoreLib (1)
System\Reflection\Runtime\General\ThunkedApis.cs (1)
80
public sealed override Assembly
GetSatelliteAssembly
(CultureInfo culture) { throw new PlatformNotSupportedException(); }
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
183
public override Assembly
GetSatelliteAssembly
(CultureInfo culture)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
204
public sealed override Assembly
GetSatelliteAssembly
(CultureInfo culture) => throw new NotSupportedException(SR.NotSupported_SatelliteAssembly);
1 reference to GetSatelliteAssembly
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
185
return UnderlyingAssembly.
GetSatelliteAssembly
(culture);