1 write to namespaceUri
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
58
this.
namespaceUri
= namespaceUri;
2 references to namespaceUri
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (2)
66
rawWriter.WriteEndElement(prefix, localName,
namespaceUri
);
71
rawWriter.WriteFullEndElement(prefix, localName,
namespaceUri
);