4 references to ElementName
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (4)
218if (reader.IsStartElement(EncryptionMethodElement.ElementName, NamespaceUri)) 375reader.MoveToStartElement(ElementName, XD.XmlEncryptionDictionary.Namespace); 381string.Format(SRServiceModel.RequiredAttributeMissing, XD.XmlSignatureDictionary.Algorithm.Value, ElementName.Value))); 396writer.WriteStartElement(XmlEncryptionStrings.Prefix, ElementName, XD.XmlEncryptionDictionary.Namespace);