1 instantiation of CannotUnloadAppDomainException
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
180
throw new
CannotUnloadAppDomainException
(SR.Arg_PlatformNotSupported);
4 references to CannotUnloadAppDomainException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
67
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
CannotUnloadAppDomainException
))]
netstandard (1)
netstandard.cs (1)
81
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
CannotUnloadAppDomainException
))]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
67
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
CannotUnloadAppDomainException
))]
System.Runtime.Extensions (1)
System.Runtime.Extensions.cs (1)
12
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
CannotUnloadAppDomainException
))]