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