14 references to IsCharData
System.Private.Xml (14)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
3518
if (!XmlCharType.
IsCharData
(ch))
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
567
if (_checkCharacters && !XmlCharType.
IsCharData
(ch))
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
465
if (_checkCharacters && !XmlCharType.
IsCharData
(ch))
System\Xml\Core\XmlTextEncoder.cs (1)
397
while (i < len && (XmlCharType.
IsCharData
((ch = text[i])) || ch < 0x20))
System\Xml\Core\XmlTextReaderImpl.cs (2)
5929
if (XmlCharType.
IsCharData
(_ps.chars[_ps.charPos]))
7288
if (!XmlCharType.
IsCharData
(ch) &&
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3705
if (XmlCharType.
IsCharData
(_ps.chars[_ps.charPos]))
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
489
if (_checkCharacters && !XmlCharType.
IsCharData
(ch))
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
417
if (_checkCharacters && !XmlCharType.
IsCharData
(ch))
System\Xml\XmlCharType.cs (2)
24
Debug.Assert(AsciiCharDataChars.Contains(c) ==
IsCharData
(c));
152
if (!
IsCharData
(c))
System\Xml\XmlConvert.cs (3)
557
return XmlCharType.
IsCharData
(ch);
1405
while (i < len && XmlCharType.
IsCharData
(data[i]))
1447
while (i < endPos && XmlCharType.
IsCharData
(data[i]))