2 references to NotSupported_AssemblyCodeBase
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (2)
51
public sealed override string CodeBase => throw new NotSupportedException(SR.
NotSupported_AssemblyCodeBase
);
56
public sealed override string EscapedCodeBase => throw new NotSupportedException(SR.
NotSupported_AssemblyCodeBase
);