3 writes to _xmlns
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (3)
170_xmlns = true; 186_xmlns = false; 327set { _xmlns = value; }
2 references to _xmlns
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (2)
75if (_xmlns) flags |= XmlAttributeFlags.XmlnsDeclarations; 326get { return _xmlns; }