1 write to onCleanup
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessageEncoder.cs (1)
314onCleanup = new Action<IAsyncResult, Exception>(Cleanup);
2 references to onCleanup
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ByteStreamMessageEncoder.cs (2)
312if (onCleanup == null) 316this.OnCompleting += onCleanup;