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