2 references to IsTypeSerializable
System.Runtime.Serialization (2)
System\Runtime\Serialization\DataContract.cs (2)
1277
return
IsTypeSerializable
(type, new Dictionary<Type, object>());
1294
if (
IsTypeSerializable
(itemType, previousCollectionTypes))