3 references to IsDigit
System (1)
services\monitoring\system\diagnosticts\EventLogEntry.cs (1)
439while ( lasNumIdx < msgLength && Char.IsDigit(msg, lasNumIdx) )
System.Data.Entity (1)
System\Data\Common\EntitySql\AST\QueryParameter.cs (1)
35if (_name.StartsWith("_", StringComparison.OrdinalIgnoreCase) || Char.IsDigit(_name, 0))
System.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
487if (!Char.IsDigit(name, j)) {