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