4 references to IsOnlyWhitespaceWithPos
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
631
if ((i = _xmlCharType.
IsOnlyWhitespaceWithPos
(value)) != -1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
252
if ((i = _xmlCharType.
IsOnlyWhitespaceWithPos
(ws)) != -1)
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (1)
661
return
IsOnlyWhitespaceWithPos
(str) == -1;
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (1)
592
int pos = s_xmlCharType.
IsOnlyWhitespaceWithPos
(content);