1 write to s_fcn
System.Runtime.Caching (1)
System\Caching\HostFileChangeMonitor.cs (1)
90Interlocked.CompareExchange(ref s_fcn, fcn, null);
6 references to s_fcn
System.Runtime.Caching (6)
System\Caching\HostFileChangeMonitor.cs (6)
36s_fcn.StartMonitoring(path, new OnChangedCallback(OnChanged), out _fcnState, out lastWrite, out fileSize); 55s_fcn.StartMonitoring(path, new OnChangedCallback(OnChanged), out state, out lastWrite, out fileSize); 81if (s_fcn == null) { 99if (disposing && s_fcn != null) { 107s_fcn.StopMonitoring(path, state); 115s_fcn.StopMonitoring(path, _fcnState);