Base:
property
IsList
Microsoft.Xml.Serialization.TypeMapping.IsList
3 writes to IsList
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1179
mapping.
IsList
= repeats;
1204
mapping.
IsList
= repeats;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1817
((PrimitiveMapping)mapping).
IsList
= true;
4 references to IsList
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
501
if (pm.
IsList
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (2)
804
if (pm.
IsList
)
1131
if (pm.
IsList
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1252
if (pm.
IsList
)