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