2 writes to currentSession
System (2)
services\io\system\io\FileSystemWatcher.cs (2)
997Interlocked.Increment(ref currentSession); 1046Interlocked.Increment(ref currentSession);
2 references to currentSession
System (2)
services\io\system\io\FileSystemWatcher.cs (2)
495if (asyncResult.session != currentSession) 710asyncResult.session = currentSession;