internal DnThread TryAdd(ICorDebugThread comThread) { return(threads.Add(comThread)); }
internal DnAssembly TryAdd(ICorDebugAssembly comAssembly) => assemblies.Add(comAssembly);
internal DnAppDomain TryAdd(ICorDebugAppDomain comAppDomain) { return(appDomains.Add(comAppDomain)); }
internal DnThread TryAdd(ICorDebugThread comThread) => threads.Add(comThread);
internal DnAppDomain TryAdd(ICorDebugAppDomain comAppDomain) => appDomains.Add(comAppDomain);
internal DnAssembly TryAdd(ICorDebugAssembly comAssembly) { return(assemblies.Add(comAssembly)); }
internal DnModule TryAdd(ICorDebugModule comModule) => modules.Add(comModule);
internal DnModule TryAdd(ICorDebugModule comModule) { return(modules.Add(comModule)); }