5 references to KnownInterfaces
System.Runtime.Serialization (5)
System\Runtime\Serialization\CollectionDataContract.cs (5)
838return ((IList<Type>)KnownInterfaces).Contains(type); 946Type[] knownInterfaces = KnownInterfaces; 1023Type[] knownInterfaces = KnownInterfaces; 1085SR.CollectionTypeHasMultipleDefinitionsOfInterface, KnownInterfaces[(int)kind - 1].Name, ref dataContract); 1221foreach (Type knownInterfaceType in KnownInterfaces)