1 write to cleanedUp
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
612
this.
cleanedUp
= true;
3 references to cleanedUp
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpOutputChannel.cs (3)
599
if (!this.
cleanedUp
)
610
if (!this.
cleanedUp
)
622
if (!this.IsCanceled && !this.
cleanedUp
)