9 references to IsOnlyWhitespace
System.Xml (9)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
346
if (XmlCharType.Instance.
IsOnlyWhitespace
(textBlock)) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1580
if ( !xmlCharType.
IsOnlyWhitespace
( chars ) ) {
System\Xml\Core\XmlTextWriter.cs (1)
700
if (!xmlCharType.
IsOnlyWhitespace
(ws)) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1480
if ( !xmlCharType.
IsOnlyWhitespace
( chars ) ) {
System\Xml\Core\XmlWellFormedWriter.cs (1)
897
if (!XmlCharType.Instance.
IsOnlyWhitespace
(ws)) {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
748
if (!XmlCharType.Instance.
IsOnlyWhitespace
(ws)) {
System\Xml\Dom\XmlCharacterData.cs (1)
167
return XmlCharType.Instance.
IsOnlyWhitespace
( data );
System\Xml\Schema\Parser.cs (1)
198
if (!xmlCharType.
IsOnlyWhitespace
(reader.Value)) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
702
if(xmlCharType.
IsOnlyWhitespace
(textValue)) {