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