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