11 references to XmlText
System.Private.Xml (9)
System\Xml\Serialization\XmlReflectionImporter.cs (9)
1629
if (a.
XmlText
!= null)
1632
Type targetType = a.
XmlText
.Type ?? arrayElementType;
1635
text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(targetType), ns, ImportContext.Text, a.
XmlText
.DataType, null, true, false, limiter);
1641
if (a.
XmlText
== null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0)
1804
if (a.
XmlText
!= null)
1806
if (a.
XmlText
.Type != null && a.
XmlText
.Type != accessorType)
1810
text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), ns, ImportContext.Text, a.
XmlText
.DataType, null, limiter);
1873
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 &&