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