2 writes to Namespace
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
1286
this.
Namespace
= dictionary.CreateString(IdentityModelStringsVersion1.String156, 156);
1310
this.
Namespace
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String156);
6 references to Namespace
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
161
protected override XmlDictionaryString NamespaceUri { get { return XD.XmlEncryptionDictionary.
Namespace
; } }
618
if (reader.IsStartElement(ElementName, XD.XmlEncryptionDictionary.
Namespace
))
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
47
return XD.XmlEncryptionDictionary.
Namespace
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (3)
19
internal static readonly XmlDictionaryString NamespaceUri = XD.XmlEncryptionDictionary.
Namespace
;
375
reader.MoveToStartElement(ElementName, XD.XmlEncryptionDictionary.
Namespace
);
396
writer.WriteStartElement(XmlEncryptionStrings.Prefix, ElementName, XD.XmlEncryptionDictionary.
Namespace
);