7 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;