System\Xaml\XamlTypeTests.cs (5)
1918yield return new object[] { new SubXamlType(typeof(ClassWithCustomConstructor), new XamlSchemaContext()), true };
1923new CustomXamlType(typeof(ClassWithCustomConstructor), new XamlSchemaContext())
2667yield return new object[] { new SubXamlType(typeof(ClassWithCustomConstructor), new XamlSchemaContext()), true };
2672new CustomXamlType(typeof(ClassWithCustomConstructor), new XamlSchemaContext())
3680yield return new object?[] { new SubXamlType(typeof(ClassWithCustomConstructor), new XamlSchemaContext()), 1, new XamlType[] { new XamlType(typeof(int), new XamlSchemaContext()) } };