2 references to IsCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (1)
237
if (CollectionDataContract.
IsCollection
(type))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
1007
&& baseType != Globals.TypeOfValueType && baseType != Globals.TypeOfUri) ?
IsCollection
(baseType) : false;