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