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