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