12 references to XmlText
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
1002else if (member.XmlAttributes.XmlText != null) 1066xmlAttributes.XmlText == null &&
System.Xml (10)
System\Xml\Serialization\XmlReflectionImporter.cs (10)
1406if (a.XmlText != null) { 1408Type targetType = a.XmlText.Type == null ? arrayElementType : a.XmlText.Type; 1411text.Mapping = ImportTypeMapping(modelScope.GetTypeModel(targetType), ns, ImportContext.Text, a.XmlText.DataType, null, true, false, limiter); 1417if (a.XmlText == null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1563if (a.XmlText != null) { 1564if (a.XmlText.Type != null && a.XmlText.Type != accessorType) 1568text.Mapping = ImportTypeMapping(modelScope.GetTypeModel(accessorType), ns, ImportContext.Text, a.XmlText.DataType, null, limiter); 1622if (a.XmlAttribute != null || a.XmlText != null) {