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