12 references to TestType
System.Windows.Forms.Tests (12)
System\Windows\Forms\TypeNameComparerTests.cs (12)
22
{ TypeName.Parse(typeof(
TestType
).AssemblyQualifiedName), typeof(
TestType
) },
23
{ TypeName.Parse($"{typeof(
TestType
).FullName}, {typeof(
TestType
).Assembly.FullName}"), typeof(
TestType
) },
35
{ TypeName.Parse(typeof(
TestType
).AssemblyQualifiedName), typeof(
TestType
) },
48
TypeName.Parse($"{typeof(
TestType
).FullName}, {typeof(int).Assembly.FullName}")
60
{ TypeName.Parse(typeof(
TestType
).AssemblyQualifiedName), typeof(
TestType
) },
74
{ TypeName.Parse(typeof(
TestType
).AssemblyQualifiedName), typeof(
TestType
) },