System\Xaml\XamlTypeTests.cs (36)
211yield return new object?[] { new NoUnderlyingOrBaseType(), new string[] { "" } };
430yield return new object?[] { new NoUnderlyingOrBaseType(), XamlLanguage.Key, null };
730yield return new object?[] { new NoUnderlyingOrBaseType(), null };
1157yield return new object?[] { new NoUnderlyingOrBaseType(), null };
1350yield return new object?[] { new NoUnderlyingOrBaseType(), new XamlType?[] { null } };
1524yield return new object?[] { new NoUnderlyingOrBaseType(), "name", null };
1694var type = new NoUnderlyingOrBaseType();
1703yield return new object?[] { new NoUnderlyingOrBaseType(), null };
1743yield return new object?[] { new NoUnderlyingOrBaseType(), XamlCollectionKind.None };
1908yield return new object[] { new NoUnderlyingOrBaseType(), false };
1945yield return new object?[] { new NoUnderlyingOrBaseType(), null };
2144yield return new object?[] { new NoUnderlyingOrBaseType(), null };
2331yield return new object?[] { new NoUnderlyingOrBaseType(), null };
2575yield return new object[] { new NoUnderlyingOrBaseType(), false };
2654yield return new object[] { new NoUnderlyingOrBaseType(), true };
2692yield return new object[] { new NoUnderlyingOrBaseType(), false };
2720yield return new object?[] { new NoUnderlyingOrBaseType(), false };
2777yield return new object[] { new NoUnderlyingOrBaseType(), true };
2824yield return new object[] { new NoUnderlyingOrBaseType(), true };
2851yield return new object[] { new NoUnderlyingOrBaseType(), false, false };
2879yield return new object[] { new NoUnderlyingOrBaseType(), false, false };
2958yield return new object[] { new NoUnderlyingOrBaseType(), false };
2987yield return new object?[] { new NoUnderlyingOrBaseType(), null };
3042yield return new object?[] { new NoUnderlyingOrBaseType(), null };
3294yield return new object?[] { new NoUnderlyingOrBaseType(), null };
3458yield return new object?[] { new NoUnderlyingOrBaseType(), "name", true, null, null };
3459yield return new object?[] { new NoUnderlyingOrBaseType(), "name", false, null, null };
3666var type = new NoUnderlyingOrBaseType();
3678yield return new object?[] { new NoUnderlyingOrBaseType(), 1, null };
3728yield return new object?[] { new NoUnderlyingOrBaseType(), null };
3927yield return new object?[] { new NoUnderlyingOrBaseType(), null };
4126yield return new object[] { new NoUnderlyingOrBaseType(), false };
4225yield return new object?[] { new NoUnderlyingOrBaseType(), null };
4460yield return new object[] { new NoUnderlyingOrBaseType(), false };
4633yield return new object?[] { new NoUnderlyingOrBaseType(), null };
5133yield return new object[] { new NoUnderlyingOrBaseType() };