9 references to XmlText
System.Private.Xml (9)
System\Xml\Serialization\XmlReflectionImporter.cs (9)
1625if (a.XmlText != null) 1628Type targetType = a.XmlText.Type ?? arrayElementType; 1631text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(targetType), ns, ImportContext.Text, a.XmlText.DataType, null, true, false, limiter); 1637if (a.XmlText == null && a.XmlElements.Count == 0 && a.XmlAnyElements.Count == 0) 1800if (a.XmlText != null) 1802if (a.XmlText.Type != null && a.XmlText.Type != accessorType) 1806text.Mapping = ImportTypeMapping(_modelScope.GetTypeModel(accessorType), ns, ImportContext.Text, a.XmlText.DataType, null, limiter); 1869if (a.XmlAttribute != null || a.XmlText != null)