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