4 references to Custom
System.Web (4)
Management\SqlServices.cs (4)
332else if (sessionStatetype == SessionStateType.Custom) { 646if (type == SessionStateType.Custom && String.IsNullOrEmpty(customDatabase)) { 651if (type != SessionStateType.Custom && customDatabase != null) { 673if (!install && type == SessionStateType.Custom) {