1 write to s_httpConfigSystem
System.Web (1)
Configuration\HttpConfigurationSystem.cs (1)
118
s_httpConfigSystem
= configSystem;
5 references to s_httpConfigSystem
System.Web (5)
Configuration\HttpConfigurationSystem.cs (5)
127
Debug.Assert(
s_httpConfigSystem
!= null, "s_httpConfigSystem != null - The appdomain is using the client configuration system.");
150
Debug.Assert(
s_httpConfigSystem
== null, "s_httpConfigSystem == null");
155
return
s_httpConfigSystem
!= null;
163
return
s_httpConfigSystem
!= null;
255
s_fileChangeEventHandler = new FileChangeEventHandler(
s_httpConfigSystem
.OnConfigFileChanged);