11 references to XmlText
System.Private.Xml (9)
System\Xml\Serialization\XmlReflectionImporter.cs (9)
1630
if (a.
XmlText
!= null)
1633
Type targetType = a.
XmlText
.Type ?? arrayElementType;
1636
text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(targetType), ns, ImportContext.Text, a.
XmlText
.DataType, null, true, false, limiter);
1642
if (a.
XmlText
== null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0)
1805
if (a.
XmlText
!= null)
1807
if (a.
XmlText
.Type != null && a.
XmlText
.Type != accessorType)
1811
text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), ns, ImportContext.Text, a.
XmlText
.DataType, null, limiter);
1874
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 &&