2 writes to IsList
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
1596
attribute.
IsList
= isList;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1738
accessor.
IsList
= mapping.IsList;
7 references to IsList
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1584
member.TypeDesc = accessor.
IsList
? accessor.Mapping.TypeDesc.CreateArrayTypeDesc() : accessor.Mapping.TypeDesc;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (3)
2566
if (attribute.
IsList
)
2657
if (attribute.
IsList
)
2682
if (attribute.
IsList
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
1224
if (attribute.
IsList
)
1279
if (attribute.
IsList
)
1357
if (attribute.
IsList
)