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