2 references to TryParse
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\ScalarType.cs (1)
155if (!Int16.TryParse(text, System.Globalization.NumberStyles.Integer, System.Globalization.CultureInfo.InvariantCulture, out temp))
System.Xml (1)
System\Xml\XmlConvert.cs (1)
918if (!Int16.TryParse(s, NumberStyles.AllowLeadingSign|NumberStyles.AllowLeadingWhite|NumberStyles.AllowTrailingWhite, NumberFormatInfo.InvariantInfo, out result)) {