3 references to XmlElementElement
System.ServiceModel (3)
System\ServiceModel\Configuration\FederatedMessageSecurityOverHttpElement.cs (1)
167this.TokenRequestParameters.Add(new XmlElementElement(element));
System\ServiceModel\Configuration\IssuedTokenParametersElement.cs (1)
261this.AdditionalRequestParameters.Add(new XmlElementElement(element));
System\ServiceModel\Configuration\XmlElementElementCollection.cs (1)
55this.Add(new XmlElementElement((XmlElement)doc.ReadNode(reader)));