1 reference to NotSupported_CodeBase
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
106
string? codeBase = GetCodeBase() ?? throw new NotSupportedException(SR.
NotSupported_CodeBase
);