2 writes to isSubscribing
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (2)
110
this.
isSubscribing
= false;
189
this.
isSubscribing
= true;
6 references to isSubscribing
System.Core (6)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (6)
90
return
isSubscribing
;
93
if (value && !
isSubscribing
) {
96
else if (!value &&
isSubscribing
) {
155
if (this.
isSubscribing
)
223
if (!this.
isSubscribing
)
260
if (!this.
isSubscribing
)