5 references to IsOnlyWhitespaceWithPos
System.Private.Xml (5)
System\Xml\Core\XmlCharCheckingReader.cs (1)
593
if ((i = XmlCharType.
IsOnlyWhitespaceWithPos
(value)) != -1)
System\Xml\Core\XmlCharCheckingWriter.cs (1)
227
if ((i = XmlCharType.
IsOnlyWhitespaceWithPos
(ws)) != -1)
System\Xml\Core\XmlCharCheckingWriterAsync.cs (1)
173
if ((i = XmlCharType.
IsOnlyWhitespaceWithPos
(ws)) != -1)
System\Xml\XmlCharType.cs (1)
134
IsOnlyWhitespaceWithPos
(str) < 0;
System\Xml\XmlConvert.cs (1)
524
int pos = XmlCharType.
IsOnlyWhitespaceWithPos
(content);