3 references to AddSpecialInterface
mscorlib (3)
system\rttype.cs (3)
1118
AddSpecialInterface
(ref list, filter, (RuntimeType)typeof(IList<>).MakeGenericType(arrayType), true);
1122
AddSpecialInterface
(ref list, filter, (RuntimeType)typeof(IReadOnlyList<>).MakeGenericType(arrayType), false);
1123
AddSpecialInterface
(ref list, filter, (RuntimeType)typeof(IReadOnlyCollection<>).MakeGenericType(arrayType), false);