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