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