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