13 references to NamespaceUri
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (7)
209reader.MoveToStartElement(OpeningElementName, NamespaceUri); 218if (reader.IsStartElement(EncryptionMethodElement.ElementName, NamespaceUri)) 259reader.ReadStartElement(CipherDataElementName, EncryptedType.NamespaceUri); 260reader.ReadStartElement(CipherValueElementName, EncryptedType.NamespaceUri); 295writer.WriteStartElement(XmlEncryptionStrings.Prefix, this.OpeningElementName, NamespaceUri); 322writer.WriteStartElement(CipherDataElementName, NamespaceUri); 323writer.WriteStartElement(CipherValueElementName, NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (4)
84if (reader.IsStartElement(ReferenceList.ElementName, EncryptedType.NamespaceUri)) 89if (reader.IsStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri)) 91reader.ReadStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri); 119writer.WriteStartElement(CarriedKeyElementName, EncryptedType.NamespaceUri);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ReferenceList.cs (2)
19internal static readonly XmlDictionaryString NamespaceUri = EncryptedType.NamespaceUri; 116internal static readonly XmlDictionaryString NamespaceUri = EncryptedType.NamespaceUri;