2 references to ElementName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\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);