1 write to DefaultAppDomain
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrRuntimeInstance.cs (1)
52
DefaultAppDomain
= new DkmClrAppDomain(this);
4 references to DefaultAppDomain
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
Debugger\Engine\DkmClrRuntimeInstance.cs (3)
70
return new DkmClrType(module,
DefaultAppDomain
, type, GetObjectFavoritesInfo(type));
77
return new DkmClrType(module,
DefaultAppDomain
, (TypeImpl)type, GetObjectFavoritesInfo((TypeImpl)type));
88
var result = new DkmClrType(module,
DefaultAppDomain
, (TypeImpl)type, GetObjectFavoritesInfo((TypeImpl)type));
Debugger\Engine\DkmClrType.cs (1)
59
this(runtime.DefaultModule, runtime.
DefaultAppDomain
, lmrType)