12 references to XmlText
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (10)
1612
if (a.
XmlText
!= null)
1615
Type targetType = a.
XmlText
.Type == null ? arrayElementType : a.
XmlText
.Type;
1618
text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(targetType), ns, ImportContext.Text, a.
XmlText
.DataType, null, true, false, limiter);
1624
if (a.
XmlText
== null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0)
1789
if (a.
XmlText
!= null)
1791
if (a.
XmlText
.Type != null && a.
XmlText
.Type != accessorType)
1795
text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), ns, ImportContext.Text, a.
XmlText
.DataType, null, limiter);
1858
if (a.XmlAttribute != null || a.
XmlText
!= null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
855
else if (member.XmlAttributes.
XmlText
!= null)
918
xmlAttributes.
XmlText
== null &&