2 instantiations of InternalConfigEventArgs
System.Configuration (2)
System\Configuration\Internal\InternalConfigRoot.cs (2)
297OnConfigRemoved(new InternalConfigEventArgs(configPath)); 353OnConfigChanged(new InternalConfigEventArgs(configPath));
5 references to InternalConfigEventArgs
System.Configuration (4)
System\Configuration\ClientConfigurationSystem.cs (1)
184private void OnConfigRemoved(object sender, InternalConfigEventArgs e) {
System\Configuration\Internal\InternalConfigEventHandler.cs (1)
27public delegate void InternalConfigEventHandler(object sender, InternalConfigEventArgs e);
System\Configuration\Internal\InternalConfigRoot.cs (2)
344private void OnConfigRemoved(InternalConfigEventArgs e) { 357private void OnConfigChanged(InternalConfigEventArgs e) {
System.Web (1)
Configuration\HttpConfigurationSystem.cs (1)
263internal void OnConfigurationChanged(Object sender, InternalConfigEventArgs e) {