Assembly.CodeBase and Assembly.EscapedCodeBase were marked obsolete in #31127
but this work was incomplete: AssemblyName.CodeBase and AssemblyName.EscapedCodeBase are not marked. In addition, usages of these obsolete APIs remain in the source code.
We need to carefully audit all the use-sites and either remove them or provide explicit justification for our continued use.