1 write to _appDomain
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrRuntimeInstance.cs (1)
54_appDomain = new DkmClrAppDomain(this);
4 references to _appDomain
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
Debugger\Engine\DkmClrRuntimeInstance.cs (4)
71get { return _appDomain; } 78return new DkmClrType(module, _appDomain, type, GetObjectFavoritesInfo(type)); 85return new DkmClrType(module, _appDomain, (TypeImpl)type, GetObjectFavoritesInfo((TypeImpl)type)); 96var result = new DkmClrType(module, _appDomain, (TypeImpl)type, GetObjectFavoritesInfo((TypeImpl)type));