2 references to GetGenericInterface
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
114Type genericICollection = GetGenericInterface(type, typeof(ICollection<>), out hasMoreThanOneICollection); 179Type genericIDictionary = GetGenericInterface(type, typeof(IDictionary<,>), out hasMoreThanOneIDictionary);