1 instantiation of RunningInstance
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.Linux.cs (1)
64
var runner = new
RunningInstance
(
3 references to RunningInstance
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
64
var
runner = new RunningInstance(
301
new Thread(obj => ((
RunningInstance
)obj!).ProcessEvents())
753
var ctr = _cancellationToken.UnsafeRegister(obj => ((
RunningInstance
)obj!).CancellationCallback(), this);