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