8 writes to _attributeLocalName
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (8)
58
_attributeLocalName
= null;
90
_attributeLocalName
= null;
219
_attributeLocalName
= localName;
227
_attributeLocalName
= localName;
330
_attributeLocalName
= null;
338
_attributeLocalName
= null;
383
_attributeLocalName
= null;
391
_attributeLocalName
= null;
6 references to _attributeLocalName
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (6)
306
if (
_attributeLocalName
== "lang")
310
else if (
_attributeLocalName
== "space")
336
_nsMgr.AddNamespaceIfNotDeclared(
_attributeLocalName
, _attributeValue, null);
359
if (
_attributeLocalName
== "lang")
363
else if (
_attributeLocalName
== "space")
389
_nsMgr.AddNamespaceIfNotDeclared(
_attributeLocalName
, _attributeValue, null);