1 write to Namespace
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
892
this.
Namespace
= dictionary.CreateString(ServiceModelStringsVersion1.String37, 37);
2 references to Namespace
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (2)
420
protected override XmlDictionaryString NamespaceUri { get { return XD.XmlEncryptionDictionary.
Namespace
; } }
527
if (reader.IsStartElement(EncryptedData.ElementName, XD.XmlEncryptionDictionary.
Namespace
))