17 references to IsOnlyWhitespace
System.Private.Xml (17)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
381
if (XmlCharType.
IsOnlyWhitespace
(textBlock))
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1847
if (!XmlCharType.
IsOnlyWhitespace
(chars))
System\Xml\Core\XmlTextWriter.cs (1)
847
if (!XmlCharType.
IsOnlyWhitespace
(ws))
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1712
if (!XmlCharType.
IsOnlyWhitespace
(chars))
System\Xml\Core\XmlWellFormedWriter.cs (1)
1008
if (!XmlCharType.
IsOnlyWhitespace
(ws))
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
913
if (!XmlCharType.
IsOnlyWhitespace
(ws))
System\Xml\Dom\XmlCharacterData.cs (1)
190
return XmlCharType.
IsOnlyWhitespace
(data);
System\Xml\Schema\Parser.cs (1)
224
if (!XmlCharType.
IsOnlyWhitespace
(_reader.Value))
System\Xml\Schema\XmlSchemaValidator.cs (1)
769
if (XmlCharType.
IsOnlyWhitespace
(textValue))
System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs (1)
108
if (XmlCharType.
IsOnlyWhitespace
(base.Value))
System\Xml\Xsl\Xslt\XsltInput.cs (2)
389
if (textIsWhite && !XmlCharType.
IsOnlyWhitespace
(_reader.Value))
411
if (textIsWhite && !XmlCharType.
IsOnlyWhitespace
(_records[curTextNode].value))
System\Xml\Xsl\XsltOld\BuilderInfo.cs (1)
85
Debug.Assert(info.NodeType != XmlNodeType.Text || XmlCharType.
IsOnlyWhitespace
(info.Value));
System\Xml\Xsl\XsltOld\Compiler.cs (2)
737
string modifiedQuery = XmlCharType.
IsOnlyWhitespace
(xpathQuery) ? xpathQuery : $"string({xpathQuery})";
743
string modifiedQuery = XmlCharType.
IsOnlyWhitespace
(xpathQuery) ? xpathQuery : $"boolean({xpathQuery})";
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
339
if (XmlCharType.
IsOnlyWhitespace
(Value))
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
375
if (XmlCharType.
IsOnlyWhitespace
(node.Value))