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