2 references to AmbiguousIList
System.Xaml.Tests (2)
System\Xaml\XamlTypeTests.cs (2)
2992
yield return new object?[] { new SubXamlType(typeof(
AmbiguousIList
), new XamlSchemaContext()), new XamlType(typeof(object), new XamlSchemaContext()) };
3047
yield return new object?[] { new SubXamlType(typeof(
AmbiguousIList
), new XamlSchemaContext()), null };