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)
71
get { return
_appDomain
; }
78
return new DkmClrType(module,
_appDomain
, type, GetObjectFavoritesInfo(type));
85
return new DkmClrType(module,
_appDomain
, (TypeImpl)type, GetObjectFavoritesInfo((TypeImpl)type));
96
var result = new DkmClrType(module,
_appDomain
, (TypeImpl)type, GetObjectFavoritesInfo((TypeImpl)type));