9 references to DkmClrType
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (2)
DebuggerBrowsableAttributeTests.cs (2)
560type: new DkmClrType(runtime.DefaultModule, runtime.DefaultAppDomain, (TypeImpl)type), 605type: new DkmClrType(runtime.DefaultModule, runtime.DefaultAppDomain, (TypeImpl)type),
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (7)
Debugger\Engine\DkmClrRuntimeInstance.cs (3)
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));
Debugger\Engine\DkmClrType.cs (4)
60this(runtime.DefaultModule, runtime.DefaultAppDomain, lmrType) 85var type = new DkmClrType( 96return new DkmClrType( 173return new DkmClrType(appDomain.RuntimeInstance.DefaultModule, appDomain, type);