2 writes to disposed
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\DuplicateMessageDetector.cs (2)
25
this.
disposed
= false;
90
this.
disposed
= true;
4 references to disposed
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\DuplicateMessageDetector.cs (4)
42
if (
disposed
)
70
if (this.
disposed
)
81
if (this.
disposed
)
88
if (!this.
disposed
)