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