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