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)
239
if (
_attributes
== null)
243
if (
_attributes
== null)
250
return
_attributes
;
260
if (
_attributes
== null)
263
return
_attributes
.Count > 0;
530
return
_attributes
.RemoveAt(i);
539
_attributes
.RemoveAll();