7 references to IsArray
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
691
bool sameName = arrayElement.Mapping.TypeDesc.
IsArray
? false : elementName == arrayElement.Mapping.TypeName;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (4)
2316
if (mapping.TypeDesc.
IsArray
)
2643
if (memberTypeDesc.
IsArray
)
2860
if (arrayTypeDesc.
IsArray
)
3252
if (td.
IsArray
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (2)
893
if (mapping.TypeDesc.
IsArray
)
1267
if (memberTypeDesc.
IsArray
)