1 write to Attributes
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
106
Attributes
= attributes;
3 references to Attributes
System.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
715
if (this.currentEntry.
Attributes
!= null) {
716
for (int i = 0; i < this.currentEntry.
Attributes
.Length; i++) {
717
XsdAttributeEntry a = this.currentEntry.
Attributes
[i];