1 write to Attributes
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
109Attributes = attributes;
3 references to Attributes
System.Private.Xml (3)
System\Xml\Schema\XsdBuilder.cs (3)
727if (_currentEntry.Attributes != null) 729for (int i = 0; i < _currentEntry.Attributes.Length; i++) 731XsdAttributeEntry a = _currentEntry.Attributes[i];