2 references to GetCodeBase
System.Private.CoreLib (2)
src\System\Reflection\RuntimeAssembly.cs (2)
106
string? codeBase =
GetCodeBase
() ?? throw new NotSupportedException(SR.NotSupported_CodeBase);
134
an.CodeBase =
GetCodeBase
();