2 references to ClassWithNullStringTypeConverterAttribute
System.Xaml.Tests (2)
System\Windows\Markup\ValueSerializerTests.cs (2)
207Assert.Throws<ArgumentNullException>("typeName", () => ValueSerializer.GetSerializerFor(typeof(ClassWithNullStringTypeConverterAttribute))); 208Assert.Throws<ArgumentNullException>("typeName", () => ValueSerializer.GetSerializerFor(typeof(ClassWithNullStringTypeConverterAttribute), null!));