3 writes to Attributes
System.Xml (3)
System\Xml\Serialization\XmlSchemaImporter.cs (3)
718
items.
Attributes
= extension.Attributes;
724
items.
Attributes
= extension.Attributes;
730
items.
Attributes
= ct.Attributes;
6 references to Attributes
System.Xml (6)
System\Xml\Serialization\XmlSchemaImporter.cs (6)
670
for (int i = 0; i < items.
Attributes
.Count; i++) {
671
object item = items.
Attributes
[i];
1195
if (items.
Attributes
!= null && items.
Attributes
.Count > 0) return null;
1287
if (items.
Attributes
!= null && items.
Attributes
.Count > 0) return null;