2 references to IsTypeSerializable
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
1283
return
IsTypeSerializable
(type, new HashSet<Type>());
1304
if (
IsTypeSerializable
(itemType, previousCollectionTypes))