1 write to SoapElement
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1120
member.SoapAttributes.
SoapElement
= new SoapElementAttribute(elementName.DecodedName);
8 references to SoapElement
System.Private.Xml (7)
System\Xml\Serialization\SoapReflectionImporter.cs (7)
718
element.Name = XmlConvert.EncodeLocalName(a.
SoapElement
== null || a.
SoapElement
.ElementName.Length == 0 ? accessorName : a.
SoapElement
.ElementName);
721
element.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), (a.
SoapElement
== null ? string.Empty : a.
SoapElement
.DataType), limiter);
722
if (a.
SoapElement
!= null)
723
element.IsNullable = a.
SoapElement
.IsNullable;
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
1118
if (member.SoapAttributes.
SoapElement
== null)