3 references to IsNumber
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
258if (Char.IsNumber(wchFirst) || ('-' == wchFirst) || ('+' == wchFirst)) {
System.Data.Entity (1)
System\Data\Common\EntitySql\CqlLexerHelpers.cs (1)
211if (Char.IsLetter(c) || Char.IsSymbol(c) || Char.IsNumber(c))
System.ServiceModel (1)
System\ServiceModel\Security\XmlHelper.cs (1)
321if (!Char.IsLetter(c) && !Char.IsNumber(c) && c != '.' && c != '_' && c != '-')