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