1 instantiation of SoapElementAttribute
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
982member.SoapAttributes.SoapElement = new SoapElementAttribute(elementName.DecodedName);
5 references to SoapElementAttribute
System.Xml (5)
System\Xml\Serialization\SoapAttributes.cs (4)
28SoapElementAttribute soapElement; 51else if (attrs[i] is SoapElementAttribute) { 52this.soapElement = (SoapElementAttribute)attrs[i]; 118public SoapElementAttribute SoapElement {
System\Xml\Serialization\SoapCodeExporter.cs (1)
194CodeAttributeDeclaration attribute = new CodeAttributeDeclaration(typeof(SoapElementAttribute).FullName);