5 references to KnownInterfaces
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\CollectionDataContract.cs (5)
929return ((IList<Type>)KnownInterfaces).Contains(type); 1052Type[] knownInterfaces = KnownInterfaces; 1134Type[] knownInterfaces = KnownInterfaces; 1202SR.CollectionTypeHasMultipleDefinitionsOfInterface, KnownInterfaces[(int)kind - 1].Name, ref dataContract); 1367foreach (Type knownInterfaceType in KnownInterfaces)