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