3 writes to Attributes
System.Private.Xml (3)
System\Xml\Serialization\XmlSchemaImporter.cs (3)
722
items.
Attributes
= complex.Attributes;
728
items.
Attributes
= simple.Attributes;
735
items.
Attributes
= ct.Attributes;
6 references to Attributes
System.Private.Xml (6)
System\Xml\Serialization\XmlSchemaImporter.cs (6)
663
for (int i = 0; i < items.
Attributes
.Count; i++)
665
object item = items.
Attributes
[i];
1277
if (items.
Attributes
!= null && items.
Attributes
.Count > 0) return null;
1373
if (items.
Attributes
!= null && items.
Attributes
.Count > 0) return null;