2 writes to cancelled
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementDispatcherAsyncResult.cs (2)
44
this.
cancelled
= false;
164
this.
cancelled
= true;
3 references to cancelled
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\AnnouncementDispatcherAsyncResult.cs (3)
81
if (this.IsCompleted || this.
cancelled
)
156
if (!this.
cancelled
)
161
if (!this.
cancelled
)