System\Xaml\XamlTypeTests.cs (4)
82yield return new object?[] { typeof(NestedClass), new XamlSchemaContext(), "XamlTypeTests+NestedClass", null };
102yield return new object?[] { typeof(NestedClass), new XamlSchemaContext(), new XamlTypeInvoker(new XamlType(typeof(int), new XamlSchemaContext())), "XamlTypeTests+NestedClass", null };
1914yield return new object[] { new SubXamlType(typeof(NestedClass), new XamlSchemaContext()), false };
2659yield return new object[] { new SubXamlType(typeof(NestedClass), new XamlSchemaContext()), false };