2 references to IsWhitespace
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryFunctions.cs (1)
1260
if (XPathCharTypes.
IsWhitespace
(c))
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
781
for (; XPathCharTypes.
IsWhitespace
(PeekChar()); AdvanceChar());