1 write to _omitDuplNamespaces
System.Private.Xml (1)
System\Xml\Core\XmlWellFormedWriter.cs (1)
251
_omitDuplNamespaces
= (settings.NamespaceHandling & NamespaceHandling.OmitDuplicates) != 0;
4 references to _omitDuplNamespaces
System.Private.Xml (4)
System\Xml\Core\XmlWellFormedWriter.cs (4)
308
if (
_omitDuplNamespaces
)
1687
if (
_omitDuplNamespaces
&& existingNsKind != NamespaceKind.NeedToWrite)
1699
if (_nsStack[existingNsIndex].namespaceUri == ns &&
_omitDuplNamespaces
)
1713
if (definedNs == ns &&
_omitDuplNamespaces
)