64 references to DkmClrType
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (39)
DebuggerBrowsableAttributeTests.cs (3)
233type: new DkmClrType((TypeImpl)typeS), 356type: new DkmClrType((TypeImpl)typeC), 483type: new DkmClrType((TypeImpl)typeA),
DebuggerDisplayAttributeTests.cs (1)
660: base((TypeImpl)innerType)
DebuggerVisualizerAttributeTests.cs (1)
44type: new DkmClrType((TypeImpl)type),
DynamicTests.cs (8)
25var evalResult = FormatResult(rootExpr, rootExpr, value, declaredType: new DkmClrType((TypeImpl)typeof(object)), declaredTypeInfo: MakeCustomTypeInfo(true)); 69var evalResult = FormatResult(rootExpr, rootExpr, value, new DkmClrType((TypeImpl)typeC_Constructed2), MakeCustomTypeInfo(false, true, false, false, true)); 98var evalResult = FormatResult(rootExpr, rootExpr, value, new DkmClrType((TypeImpl)typeInner_Constructed), MakeCustomTypeInfo(false, true, false)); 133var evalResult = FormatResult(rootExpr, rootExpr, value, new DkmClrType((TypeImpl)typeC_Constructed), MakeCustomTypeInfo(false, false, false, true, false)); 178var evalResult = FormatResult(rootExpr, rootExpr, value, new DkmClrType((TypeImpl)typeC_Constructed), MakeCustomTypeInfo(false, true, false)); 213var evalResult = FormatResult(rootExpr, rootExpr, value, new DkmClrType((TypeImpl)typeDerived_Constructed), MakeCustomTypeInfo(false, true, false)); 235var evalResult = FormatResult(rootExpr, rootExpr, value, declaredType: new DkmClrType((TypeImpl)typeof(object[])), declaredTypeInfo: MakeCustomTypeInfo(false, true)); 257var evalResult = FormatResult("typevars", "typevars", value, new DkmClrType((TypeImpl)reflectionType), MakeCustomTypeInfo(false, true, false, false, true));
DynamicViewTests.cs (10)
30var type = new DkmClrType((TypeImpl)o.GetType()); 52var type = new DkmClrType((TypeImpl)o.GetType()); 81var type = new DkmClrType((TypeImpl)o.GetType()); 102var type = new DkmClrType((TypeImpl)o.GetType()); 135var type = new DkmClrType((TypeImpl)o.GetType()); 155var type = new DkmClrType((TypeImpl)typeof(object).Assembly.GetType(comObjectTypeName)); 172var type = new DkmClrType((TypeImpl)typeof(IDynamicMetaObjectProvider)); 189var type = new DkmClrType((TypeImpl)typeof(ExpandoObject)); 284var type = new DkmClrType((TypeImpl)o.GetType()); 301var type = new DkmClrType((TypeImpl)o.GetType());
ExpansionTests.cs (6)
1845var evalResult = FormatResult("a", value, new DkmClrType((TypeImpl)declaredType)); 1967result = FormatResult("a", value, new DkmClrType((TypeImpl)typeA)); 1999result = FormatResult("b", value, new DkmClrType((TypeImpl)typeB)); 2164var result = FormatResult("b", value, new DkmClrType((TypeImpl)typeB)); 2203var result = FormatResult("b", value, new DkmClrType((TypeImpl)typeB)); 2235var result = FormatResult("c", value, new DkmClrType((TypeImpl)typeC));
FullNameTests.cs (1)
304var root = FormatResult("o", value, new DkmClrType((TypeImpl)declaredType));
FunctionPointerTests.cs (1)
80return CreateDkmClrValue(DkmClrValue.UnboxPointer(fieldValue), new DkmClrType(FunctionPointerType.Instance));
Helpers\TestTypeExtensions.cs (1)
21var clrType = new DkmClrType((TypeImpl)type);
ObjectIdTests.cs (2)
21var objectType = new DkmClrType((TypeImpl)typeof(object)); 108var evalResult = FormatResult("o", value, new DkmClrType((TypeImpl)type.BaseType));
ValueFormattingTests.cs (5)
670value: null, hostObjectValue: null, new DkmClrType((TypeImpl)typeof(int)), 680value: null, hostObjectValue: null, new DkmClrType((TypeImpl)typeof(char)), 690value: null, hostObjectValue: null, new DkmClrType((TypeImpl)typeof(IntPtr)), 700value: null, hostObjectValue: null, new DkmClrType((TypeImpl)typeof(UIntPtr)), 710value: null, hostObjectValue: null, new DkmClrType((TypeImpl)typeof(TestEnum)),
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\Engine\DkmClrType.cs (1)
206attributes.Add(new DkmClrDebuggerTypeProxyAttribute(new DkmClrType((TypeImpl)proxyType)));
ResultProviderTestBase.cs (1)
73new DkmClrType((TypeImpl)type),
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider.UnitTests (23)
DynamicViewTests.vb (10)
27Dim type = New DkmClrType(CType(o.GetType(), TypeImpl)) 48Dim type = New DkmClrType(CType(o.GetType(), TypeImpl)) 76Dim type = New DkmClrType(CType(o.GetType(), TypeImpl)) 96Dim type = New DkmClrType(CType(o.GetType(), TypeImpl)) 126Dim type = New DkmClrType(CType(o.GetType(), TypeImpl)) 145Dim type = New DkmClrType(CType(GetType(Object).Assembly.GetType(comObjectTypeName), TypeImpl)) 161Dim type = New DkmClrType(CType(GetType(IDynamicMetaObjectProvider), TypeImpl)) 177Dim type = New DkmClrType(CType(GetType(ExpandoObject), TypeImpl)) 268Dim type = New DkmClrType(CType(o.GetType(), TypeImpl)) 284Dim type = New DkmClrType(CType(o.GetType(), TypeImpl))
ExpansionTests.vb (5)
439Dim result = FormatResult("a", value, New DkmClrType(CType(declaredType, TypeImpl))) 466result = FormatResult("a", value, New DkmClrType(CType(typeA, TypeImpl))) 494result = FormatResult("b", value, New DkmClrType(CType(typeB, TypeImpl))) 668Dim result = FormatResult("b", value, New DkmClrType(CType(typeB, TypeImpl))) 695Dim result = FormatResult("c", value, New DkmClrType(CType(typeC, TypeImpl)))
Helpers\TestTypeExtensions.vb (1)
20Dim clrType = New DkmClrType(New TypeImpl(type))
ObjectIdTests.vb (1)
18Dim objectType = New DkmClrType(CType(GetType(Object), TypeImpl))
ValueFormatterTests.vb (6)
584Dim clrValue = New DkmClrValue(value:=Nothing, hostObjectValue:=Nothing, New DkmClrType(CType(GetType(Integer), TypeImpl)), 592Dim clrValue = New DkmClrValue(value:=Nothing, hostObjectValue:=Nothing, New DkmClrType(CType(GetType(Char), TypeImpl)), 600Dim clrValue = New DkmClrValue(value:=Nothing, hostObjectValue:=Nothing, New DkmClrType(CType(GetType(IntPtr), TypeImpl)), 608Dim clrValue = New DkmClrValue(value:=Nothing, hostObjectValue:=Nothing, New DkmClrType(CType(GetType(UIntPtr), TypeImpl)), 616Dim clrValue = New DkmClrValue(value:=Nothing, hostObjectValue:=Nothing, New DkmClrType(CType(GetType(TestEnum), TypeImpl)), 625Dim clrValue = New DkmClrValue(value:=Nothing, hostObjectValue:=Nothing, New DkmClrType(CType(GetType(DateTime), TypeImpl)),