1 write to SoapElement
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
982
member.SoapAttributes.
SoapElement
= new SoapElementAttribute(elementName.DecodedName);
8 references to SoapElement
System.ServiceModel (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
981
if (member.SoapAttributes.
SoapElement
== null)
System.Xml (7)
System\Xml\Serialization\SoapReflectionImporter.cs (7)
663
element.Name = XmlConvert.EncodeLocalName(a.
SoapElement
== null || a.
SoapElement
.ElementName.Length == 0 ? accessorName : a.
SoapElement
.ElementName);
666
element.Mapping = ImportTypeMapping(modelScope.GetTypeModel(accessorType), (a.
SoapElement
== null ? String.Empty : a.
SoapElement
.DataType), limiter);
667
if (a.
SoapElement
!= null)
668
element.IsNullable = a.
SoapElement
.IsNullable;