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