1 instantiation of CannotUnloadAppDomainException
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
188
throw new
CannotUnloadAppDomainException
(SR.Arg_PlatformNotSupported);
4 references to CannotUnloadAppDomainException
mscorlib (1)
src\runtime\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)
src\runtime\artifacts\obj\System.Runtime\Release\net11.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
))]