2 instantiations of InternalConfigEventArgs
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\InternalConfigRoot.cs (2)
260
OnConfigRemoved(new
InternalConfigEventArgs
(configPath));
302
OnConfigChanged(new
InternalConfigEventArgs
(configPath));
5 references to InternalConfigEventArgs
System.Configuration (1)
System.Configuration.cs (1)
66
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.Internal.
InternalConfigEventArgs
))]
System.Configuration.ConfigurationManager (4)
System\Configuration\ClientConfigurationSystem.cs (1)
208
private void OnConfigRemoved(object sender,
InternalConfigEventArgs
e)
System\Configuration\Internal\InternalConfigEventHandler.cs (1)
6
public delegate void InternalConfigEventHandler(object sender,
InternalConfigEventArgs
e);
System\Configuration\Internal\InternalConfigRoot.cs (2)
295
private void OnConfigRemoved(
InternalConfigEventArgs
e)
305
private void OnConfigChanged(
InternalConfigEventArgs
e)