3 references to RecordTextNode
System.Private.Xml (3)
System\Xml\Core\XsdCachingReader.cs (1)
485ValidatingReaderNodeData textNode = RecordTextNode(textValue, originalStringValue, _coreReader.Depth + 1, 0, 0);
System\Xml\Core\XsdValidatingReader.cs (1)
2141_cachingReader.RecordTextNode(_xmlSchemaInfo.XmlType!.ValueConverter.ToString(_atomicValue), _originalAtomicValueString, depth + 1, 0, 0);
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
639_cachingReader.RecordTextNode(_xmlSchemaInfo.XmlType!.ValueConverter.ToString(_atomicValue), _originalAtomicValueString, depth + 1, 0, 0);