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