1 write to NamespaceHandling
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
329
settings.
NamespaceHandling
|= NamespaceHandling.OmitDuplicates;
1 reference to NamespaceHandling
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
268
_omitDuplNamespaces = (settings.
NamespaceHandling
& NamespaceHandling.OmitDuplicates) != 0;