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