1 write to localName
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
129
this.
localName
= localName;
4 references to localName
System.Private.Xml (4)
System\Xml\Core\XmlWellFormedWriter.cs (3)
2149
string localName = _attrStack[attributeIndex].
localName
;
2160
if (_attrStack[prev].
localName
== localName)
2166
Debug.Assert(prev >= 0 && _attrStack[prev].
localName
== localName);
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
135
return ((this.
localName
== localName)