Remove DomainAssembly
concept
#104590
Labels
area-AssemblyLoader-coreclr
in-pr
There is an active PR which will close this issue when it is merged
Milestone
DomainAssembly
represented an assembly loaded (or being loaded) into a particular app domain - that is, there was a uniqueDomainAssembly
per assembly per app domain. In our one app domain world,DomainAssembly
versusAssembly
is a confusing abstraction. We should move things off ofDomainAssembly
and eventually remove it.Some things it currently handles:
Assembly
andModule
- should be able to move toAssembly
/Module
AssemblyObject
- can probably becomeAssembly
FileLoadLevel
, incremental loading based on level, and associated tracking/checks - maybe this - just load tracking - is what it becomes (renamed) or maybe collapse intoAssembly
DebuggerAssemblyControlFlags
for the assembly/moduleThe text was updated successfully, but these errors were encountered: