2 implementations of WriteCompleted
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
104
public virtual void
WriteCompleted
(string streamName, bool success, object writeContext)
System\Configuration\Internal\InternalConfigHost.cs (1)
79
void IInternalConfigHost.
WriteCompleted
(string streamName, bool success, object writeContext)
7 references to WriteCompleted
System.Configuration.ConfigurationManager (7)
System\Configuration\ClientSettingsStore.cs (1)
322
Host.
WriteCompleted
(streamName, success, writeContext);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
106
Host.
WriteCompleted
(streamName, success, writeContext);
System\Configuration\MgmtConfigurationRecord.cs (4)
1087
if (streamOpened) Host.
WriteCompleted
(ConfigStreamInfo.StreamName, false, writeContext);
1100
Host.
WriteCompleted
(ConfigStreamInfo.StreamName, true, writeContext);
3041
if (streamOpened) Host.
WriteCompleted
(configSourceStreamName, false, writeContext);
3052
Host.
WriteCompleted
(configSourceStreamName, true, writeContext);
System\Configuration\UpdateConfigHost.cs (1)
109
Host.
WriteCompleted
(streamName, success, writeContext);