2 writes to _portableCompilationOutputSnapshotType
System.Web (2)
Util\AppSettings.cs (2)
118
if (settings == null || string.IsNullOrWhiteSpace(
_portableCompilationOutputSnapshotType
= settings["aspnet:PortableCompilationOutputSnapshotType"]))
119
_portableCompilationOutputSnapshotType
= null;
1 reference to _portableCompilationOutputSnapshotType
System.Web (1)
Util\AppSettings.cs (1)
472
return
_portableCompilationOutputSnapshotType
;