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