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