2 references to ClassWithEmptyTypeConverterAttribute
System.Xaml.Tests (2)
System\Windows\Markup\ValueSerializerTests.cs (2)
213
Assert.Throws<ArgumentException>(() => ValueSerializer.GetSerializerFor(typeof(
ClassWithEmptyTypeConverterAttribute
)));
214
Assert.Throws<ArgumentException>(() => ValueSerializer.GetSerializerFor(typeof(
ClassWithEmptyTypeConverterAttribute
), null!));