4 references to Namespace
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
198
string ns = member.
Namespace
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
2004
MessagePartDescription part = new MessagePartDescription(xmlName, member.
Namespace
== null ? string.Empty : member.
Namespace
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
417
headerNs = memberMapping.
Namespace
;