7 references to LookupValueSerializerEntry
System.Xaml.Tests (7)
System\Xaml\XamlTypeTests.cs (7)
4711Assert.Equal(expected, type.LookupValueSerializerEntry()); 4725Assert.Throws<NullReferenceException>(() => type.LookupValueSerializerEntry()); 4739Assert.Throws<NullReferenceException>(() => type.LookupValueSerializerEntry()); 4753Assert.Throws<InvalidCastException>(() => type.LookupValueSerializerEntry()); 4778Assert.Throws<XamlSchemaException>(() => type.LookupValueSerializerEntry()); 4786Assert.Throws<XamlSchemaException>(() => type.LookupValueSerializerEntry()); 4794Assert.Throws<ArgumentNullException>("typeName", () => type.LookupValueSerializerEntry());