11 references to XmlText
System.Private.Xml (9)
System\Xml\Serialization\XmlReflectionImporter.cs (9)
1631
if (a.
XmlText
!= null)
1634
Type targetType = a.
XmlText
.Type ?? arrayElementType;
1637
text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(targetType), ns, ImportContext.Text, a.
XmlText
.DataType, null, true, false, limiter);
1643
if (a.
XmlText
== null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0)
1806
if (a.
XmlText
!= null)
1808
if (a.
XmlText
.Type != null && a.
XmlText
.Type != accessorType)
1812
text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), ns, ImportContext.Text, a.
XmlText
.DataType, null, limiter);
1875
if (a.XmlAttribute != null || a.
XmlText
!= null)
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
1152
else if (member.XmlAttributes.
XmlText
!= null)
1236
xmlAttributes.
XmlText
== null &&