3 writes to callbackThreadId
System.Core (3)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (3)
171this.callbackThreadId = -1; 202this.callbackThreadId = Thread.CurrentThread.ManagedThreadId; 207this.callbackThreadId = -1;
1 reference to callbackThreadId
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogWatcher.cs (1)
116if (this.callbackThreadId != Thread.CurrentThread.ManagedThreadId) {