2 implementations of WriteCompleted
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
114
public virtual void
WriteCompleted
(string streamName, bool success, object writeContext) {
System\Configuration\Internal\InternalConfigHost.cs (1)
309
void IInternalConfigHost.
WriteCompleted
(string streamName, bool success, object writeContext) {
6 references to WriteCompleted
System.Configuration (6)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
115
Host.
WriteCompleted
(streamName, success, writeContext);
System\Configuration\MgmtConfigurationRecord.cs (4)
1264
Host.
WriteCompleted
(ConfigStreamInfo.StreamName, false, writeContext);
1278
Host.
WriteCompleted
(ConfigStreamInfo.StreamName, true, writeContext);
3143
Host.
WriteCompleted
(configSourceStreamName, false, writeContext);
3157
Host.
WriteCompleted
(configSourceStreamName, true, writeContext);
System\Configuration\updateconfighost.cs (1)
129
Host.
WriteCompleted
(streamName, success, writeContext);