3 references to TryParse
System.IdentityModel (1)
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
124if (!TimeSpan.TryParse(attribute.Value, out outTokenLifetime))
System.Runtime.Caching (1)
System\Caching\Configuration\ConfigUtil.cs (1)
58if (!TimeSpan.TryParse(sValue, out tValue) || tValue <= TimeSpan.Zero) {
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\QueryStringConverter.cs (1)
122if (!TimeSpan.TryParse(parameter, out result))