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