28 references to TestType
System.Private.Windows.Core.Tests (28)
System\Reflection\Metadata\TypeNameComparerTests.cs (28)
18{ TypeName.Parse(typeof(TestType).AssemblyQualifiedName), typeof(TestType) },
19{ TypeName.Parse($"{typeof(TestType).FullName}, {typeof(TestType).Assembly.FullName}"), typeof(TestType) },
31{ TypeName.Parse(typeof(TestType).AssemblyQualifiedName), typeof(TestType) },
44TypeName.Parse($"{typeof(TestType).FullName}, {typeof(int).Assembly.FullName}")
58{ TypeName.Parse(typeof(TestType).AssemblyQualifiedName), typeof(TestType) },
72{ TypeName.Parse(typeof(TestType).AssemblyQualifiedName), typeof(TestType) },
110{ TypeName.Parse(typeof(TestType).FullName), typeof(TestType) },
124{ TypeName.Parse(typeof(TestType).FullName), typeof(TestType) },
138TypeName.Parse(nameof(TestType))
150{ TypeName.Parse(typeof(TestType).FullName), typeof(TestType) },
161{ TypeName.Parse($"{typeof(TestType).FullName}, {typeof(TestType).Assembly.GetName().Name}"), typeof(TestType) },
174{ TypeName.Parse($"{typeof(TestType).FullName}, {typeof(TestType).Assembly.GetName().Name}"), typeof(TestType) },
205{ TypeName.Parse($"{typeof(TestType).FullName}, {typeof(TestType).Assembly.GetName().Name}"), typeof(TestType) },