3 references to _propSqlConnectionRetryInterval
System.Web (3)
Configuration\SessionStateSection.cs (3)
224
_properties.Add(
_propSqlConnectionRetryInterval
);
305
return (TimeSpan)base[
_propSqlConnectionRetryInterval
];
308
base[
_propSqlConnectionRetryInterval
] = value;