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