7 references to DkmClrType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (7)
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 (4)
57this(runtime.DefaultModule, runtime.DefaultAppDomain, lmrType) 79var type = new DkmClrType( 90return new DkmClrType( 164return new DkmClrType(appDomain.RuntimeInstance.DefaultModule, appDomain, type);