3 references to _propSqlCommandTimeout
System.Web (3)
Configuration\SessionStateSection.cs (3)
223
_properties.Add(
_propSqlCommandTimeout
);
294
return (TimeSpan)base[
_propSqlCommandTimeout
];
297
base[
_propSqlCommandTimeout
] = value;