6 references to LookupValueSerializerEntry
System.Xaml.Tests (6)
System\Xaml\XamlMemberTests.cs (6)
2107Assert.Equal(expected, member.LookupValueSerializerEntry()); 2128Assert.Throws<NullReferenceException>(() => member.LookupValueSerializerEntry()); 2142Assert.Throws<NullReferenceException>(() => member.LookupValueSerializerEntry()); 2156Assert.Throws<InvalidCastException>(() => member.LookupValueSerializerEntry()); 2164Assert.Throws<XamlSchemaException>(() => member.LookupValueSerializerEntry()); 2172Assert.Throws<ArgumentNullException>("typeName", () => member.LookupValueSerializerEntry());