1 write to Namespace
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1552this.Namespace = dictionary.CreateString(ServiceModelStringsVersion1.String16, 16);
3 references to Namespace
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2736return XD.WsrmFeb2005Dictionary.Namespace;
System\ServiceModel\Channels\WsrmFault.cs (1)
749XmlDictionaryString wsrmNs = wsrmFeb2005Dictionary.Namespace;
System\ServiceModel\ReliableMessagingVersion.cs (1)
78: base(WsrmFeb2005Strings.Namespace, XD.WsrmFeb2005Dictionary.Namespace)