3 references to RecordTextNode
System.Xml (3)
System\Xml\Core\XsdCachingReader.cs (1)
420ValidatingReaderNodeData textNode = RecordTextNode(textValue, originalStringValue, coreReader.Depth + 1, 0, 0);
System\Xml\Core\XsdValidatingReader.cs (1)
1671cachingReader.RecordTextNode( xmlSchemaInfo.XmlType.ValueConverter.ToString( atomicValue ), originalAtomicValueString, depth + 1, 0, 0 );
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
518cachingReader.RecordTextNode( xmlSchemaInfo.XmlType.ValueConverter.ToString( atomicValue ), originalAtomicValueString, depth + 1, 0, 0 );