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