5 references to NotSet
System.Web (5)
Configuration\HttpRuntimeSection.cs (2)
253
FcnMode.
NotSet
,
382
[ConfigurationProperty("fcnMode", DefaultValue = FcnMode.
NotSet
)]
FileChangesMonitor.cs (1)
1522
case FcnMode.
NotSet
:
Hosting\ApplicationManager.cs (1)
1053
if (httpRuntimeSection.FcnMode != FcnMode.
NotSet
) {
Hosting\HostingEnvironment.cs (1)
162
return FcnMode.
NotSet
;