1 write to Attributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
113
Attributes
= attributes;
3 references to Attributes
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
732
if (_currentEntry.
Attributes
!= null)
734
for (int i = 0; i < _currentEntry.
Attributes
.Length; i++)
736
XsdAttributeEntry a = _currentEntry.
Attributes
[i];