1 write to _attributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
245_attributes = new XmlAttributeCollection(this);
7 references to _attributes
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (7)
239if (_attributes == null) 243if (_attributes == null) 250return _attributes; 260if (_attributes == null) 263return _attributes.Count > 0; 530return _attributes.RemoveAt(i); 539_attributes.RemoveAll();