1 write to _omitDuplNamespaces
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
254
_omitDuplNamespaces
= (settings.NamespaceHandling & NamespaceHandling.OmitDuplicates) != 0;
4 references to _omitDuplNamespaces
System.Private.Xml (4)
System\Xml\Core\XmlWellFormedWriter.cs (4)
311
if (
_omitDuplNamespaces
)
1690
if (
_omitDuplNamespaces
&& existingNsKind != NamespaceKind.NeedToWrite)
1702
if (_nsStack[existingNsIndex].namespaceUri == ns &&
_omitDuplNamespaces
)
1716
if (definedNs == ns &&
_omitDuplNamespaces
)