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