77 references to GetType
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (71)
DebuggerBrowsableAttributeTests.cs (1)
272
var type = runtime.
GetType
("C");
DebuggerDisplayAttributeTests.cs (2)
606
VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrValue getMemberValue(VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrValue v, string m) => (m == "Q") ? CreateErrorValue(runtime.
GetType
("A"), "Function evaluation timed out") : null;
610
var type = runtime.
GetType
("B");
DynamicTests.cs (1)
285
var type = runtime.
GetType
("B");
ExpansionTests.cs (11)
1629
var type = runtime.
GetType
("S");
1676
var type = runtime.
GetType
("S");
1860
var value = runtime.
GetType
("Object").Instantiate();
1861
var evalResult = FormatResult("o", value, declaredType: runtime.
GetType
("System.Object"));
1889
var type = runtime.
GetType
("C");
2278
var type = runtime.
GetType
("B");
2329
var type = runtime.
GetType
("C");
2349
var typeC = runtime.
GetType
("C");
2422
var type = runtime.
GetType
("C");
2470
var type = runtime.
GetType
("C");
2555
var type = runtime.
GetType
("S");
FormatSpecifierTests.cs (9)
162
var type = runtime.
GetType
("C");
231
var type = runtime.
GetType
("C");
321
var type = runtime.
GetType
("C");
359
var type = runtime.
GetType
("S`1").MakeGenericType(runtime.GetType(typeof(int)));
397
var type = runtime.
GetType
("C");
447
var type = runtime.
GetType
("C");
482
var type = runtime.
GetType
("C");
532
var type = runtime.
GetType
("C");
560
var type = runtime.
GetType
("C");
FullNameTests.cs (1)
63
var type = runtime.
GetType
("C");
FunctionPointerTests.cs (1)
64
var type = runtime.
GetType
("C");
ResultsViewTests.cs (4)
1569
var type = runtime.
GetType
("C");
1618
var type = runtime.
GetType
("C");
1653
var type = runtime.
GetType
("C");
1696
var type = runtime.
GetType
("C");
TupleTests.cs (41)
43
var type = runtime.
GetType
("System.ValueTuple");
48
type = runtime.
GetType
("System.ValueTuple`1", typeof(int));
52
type = runtime.
GetType
("System.ValueTuple`2", typeof(int), typeof(string));
56
type = runtime.
GetType
("System.ValueTuple`3", typeof(int), typeof(string), typeof(int));
60
type = runtime.
GetType
("System.ValueTuple`4", typeof(int), typeof(string), typeof(int), typeof(string));
64
type = runtime.
GetType
("System.ValueTuple`5", typeof(int), typeof(string), typeof(int), typeof(string), typeof(int));
68
type = runtime.
GetType
("System.ValueTuple`6", typeof(int), typeof(string), typeof(int), typeof(string), typeof(int), typeof(string));
72
type = runtime.
GetType
("System.ValueTuple`7", typeof(int), typeof(string), typeof(int), typeof(string), typeof(int), typeof(string), typeof(int));
76
type = runtime.
GetType
("System.ValueTuple`8", typeof(int), typeof(string), typeof(int), typeof(string), typeof(int), typeof(string), typeof(int), typeof(string));
80
type = runtime.
GetType
("System.ValueTuple`1", typeof(string));
81
type = runtime.
GetType
("System.ValueTuple`8", typeof(int), typeof(string), typeof(int), typeof(string), typeof(int), typeof(string), typeof(int), ((TypeImpl)type.GetLmrType()).Type);
85
type = runtime.
GetType
("System.ValueTuple`9", typeof(int), typeof(string), typeof(int), typeof(string), typeof(int), typeof(string), typeof(int), typeof(string), typeof(int));
103
var type = runtime.
GetType
("System.ValueTuple`2", typeof(object), typeof(object));
108
type = runtime.
GetType
("System.ValueTuple`3", typeof(object), typeof(object), typeof(object));
133
var type = runtime.
GetType
("System.ValueTuple`2+S", typeof(object), typeof(object));
138
type = runtime.
GetType
("System.ValueTuple2`2", typeof(object), typeof(object));
142
type = runtime.
GetType
("Other.ValueTuple`2", typeof(object), typeof(object));
167
var type = runtime.
GetType
("System.ValueTuple`3", typeof(object), typeof(int));
203
var type = runtime.
GetType
("C");
240
var type = runtime.
GetType
("C");
334
var type = runtime.
GetType
("C");
363
var type = runtime.
GetType
("C");
399
var type = runtime.
GetType
("C");
431
var type = runtime.
GetType
("C");
483
var type = runtime.
GetType
("C");
512
var type = runtime.
GetType
("C");
558
var type = runtime.
GetType
("C");
598
var type = runtime.
GetType
("C");
666
var type = runtime.
GetType
("B");
709
var type = runtime.
GetType
("C");
757
var type = runtime.
GetType
("C");
832
var type = runtime.
GetType
("C");
865
var type = runtime.
GetType
("C");
904
var type = runtime.
GetType
("C");
979
var type = runtime.
GetType
("C");
1030
var type = runtime.
GetType
("async");
1051
var type = runtime.
GetType
("System.ValueTuple`2", typeof(int), typeof(int));
1122
var type = runtime.
GetType
("B");
1141
var type = runtime.
GetType
("System.ValueTuple`2", typeof(object), typeof(int));
1167
var type = runtime.
GetType
("C");
1207
var type = runtime.
GetType
("C");
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider.UnitTests (6)
FullNameTests.vb (1)
53
Dim type = runtime.
GetType
("C")
ResultsViewTests.vb (1)
129
Dim type = runtime.
GetType
("C")
TupleTests.vb (4)
33
Dim type = runtime.
GetType
("C")
113
Dim type = runtime.
GetType
("C")
153
Dim type = runtime.
GetType
("C")
199
Dim type = runtime.
GetType
("As")