Example #1
0
 internal DnThread TryAdd(ICorDebugThread comThread)
 {
     return(threads.Add(comThread));
 }
Example #2
0
 internal DnAssembly TryAdd(ICorDebugAssembly comAssembly) => assemblies.Add(comAssembly);
Example #3
0
 internal DnAppDomain TryAdd(ICorDebugAppDomain comAppDomain)
 {
     return(appDomains.Add(comAppDomain));
 }
Example #4
0
 internal DnThread TryAdd(ICorDebugThread comThread) => threads.Add(comThread);
Example #5
0
 internal DnAppDomain TryAdd(ICorDebugAppDomain comAppDomain) => appDomains.Add(comAppDomain);
Example #6
0
 internal DnAssembly TryAdd(ICorDebugAssembly comAssembly)
 {
     return(assemblies.Add(comAssembly));
 }
Example #7
0
 internal DnModule TryAdd(ICorDebugModule comModule) => modules.Add(comModule);
Example #8
0
 internal DnModule TryAdd(ICorDebugModule comModule)
 {
     return(modules.Add(comModule));
 }