2 references to DkmClrType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\Engine\DkmClrType.cs (1)
54
this
(DkmClrRuntimeInstance.DefaultRuntime, lmrType)
Debugger\Engine\DkmClrValue.cs (1)
104
var valueType = new
DkmClrType
(this.Type.RuntimeInstance, (value == null || elementType.IsPointer) ? elementType : (TypeImpl)value.GetType());