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