2 references to ElementName
System.IdentityModel (2)
System\ServiceModel\Security\ReferenceList.cs (2)
121
string uri = XmlHelper.ReadEmptyElementAndRequiredAttribute(reader,
ElementName
, NamespaceUri, ReferenceList.UriAttribute, out prefix);
132
writer.WriteStartElement(XD.XmlEncryptionDictionary.Prefix.Value,
ElementName
, NamespaceUri);