7 references to LookupDeferringLoaderEntry
System.Xaml.Tests (7)
System\Xaml\XamlTypeTests.cs (7)
2404Assert.Equal(expected, type.LookupDeferringLoaderEntry()); 2418Assert.Throws<NullReferenceException>(() => type.LookupDeferringLoaderEntry()); 2432Assert.Throws<NullReferenceException>(() => type.LookupDeferringLoaderEntry()); 2446Assert.Throws<InvalidCastException>(() => type.LookupDeferringLoaderEntry()); 2471Assert.Throws<XamlSchemaException>(() => type.LookupDeferringLoaderEntry()); 2484Assert.Throws<XamlSchemaException>(() => type.LookupDeferringLoaderEntry()); 2494Assert.Throws<ArgumentNullException>("typeName", () => type.LookupDeferringLoaderEntry());