1 type derived from AmbiguousICollection
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
3214private class AmbiguousIList : AmbiguousICollection, IList
2 references to AmbiguousICollection
System.Xaml.Tests (2)
System\Xaml\XamlTypeTests.cs (2)
2993yield return new object?[] { new SubXamlType(typeof(AmbiguousICollection), new XamlSchemaContext()), null }; 3048yield return new object?[] { new SubXamlType(typeof(AmbiguousICollection), new XamlSchemaContext()), null };