2 references to ClassWithPrivateDefaultConstructor
System.Xaml.Tests (2)
System\Xaml\XamlTypeTests.cs (2)
1917
yield return new object[] { new SubXamlType(typeof(
ClassWithPrivateDefaultConstructor
), new XamlSchemaContext()), true };
2666
yield return new object[] { new SubXamlType(typeof(
ClassWithPrivateDefaultConstructor
), new XamlSchemaContext()), false };