8 references to IsOnlyWhitespace
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
397
if (XmlCharType.Instance.
IsOnlyWhitespace
(textBlock))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1731
if (!xmlCharType.
IsOnlyWhitespace
(chars))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
812
if (!_xmlCharType.
IsOnlyWhitespace
(ws))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1611
if (!xmlCharType.
IsOnlyWhitespace
(chars))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1056
if (!XmlCharType.Instance.
IsOnlyWhitespace
(ws))
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlCharacterData.cs (1)
192
return XmlCharType.Instance.
IsOnlyWhitespace
(data);
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
229
if (!_xmlCharType.
IsOnlyWhitespace
(_reader.Value))
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
817
if (_xmlCharType.
IsOnlyWhitespace
(textValue))