5 references to IsCollection
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
977if (directReference && (td.IsCollection || td.IsEnumerable) && !td.IsPrimitive)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (4)
3891if (typeDesc.IsCollection || typeDesc.IsEnumerable) 3956if (typeDesc.IsCollection) 4202string typeFullName = arrayTypeDesc.IsCollection ? arrayTypeDesc.CSharpName : typeof(Array).FullName; 4315else if (arrayTypeDesc.IsCollection)