5 references to IsOnlyWhitespaceWithPos
System.Xml (5)
System\Xml\Core\XmlCharCheckingReader.cs (1)
530
if ( ( i = xmlCharType.
IsOnlyWhitespaceWithPos
( value ) ) != -1 ) {
System\Xml\Core\XmlCharCheckingWriter.cs (1)
213
if ( ( i = xmlCharType.
IsOnlyWhitespaceWithPos
( ws ) ) != -1 ) {
System\Xml\Core\XmlCharCheckingWriterAsync.cs (1)
132
if ( ( i = xmlCharType.
IsOnlyWhitespaceWithPos
( ws ) ) != -1 ) {
System\Xml\XmlCharType.cs (1)
674
return
IsOnlyWhitespaceWithPos
( str ) == -1;
System\Xml\XmlConvert.cs (1)
524
int pos = xmlCharType.
IsOnlyWhitespaceWithPos
(content);