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