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