1 write to s_fcn
System.Runtime.Caching (1)
System\Runtime\Caching\HostFileChangeMonitor.cs (1)
111Interlocked.CompareExchange(ref s_fcn, fcn, null);
6 references to s_fcn
System.Runtime.Caching (6)
System\Runtime\Caching\HostFileChangeMonitor.cs (6)
40s_fcn.StartMonitoring(path, new OnChangedCallback(OnChanged), out _fcnState, out lastWrite, out fileSize); 63s_fcn.StartMonitoring(path, new OnChangedCallback(OnChanged), out state, out lastWrite, out fileSize); 90if (s_fcn == null) 121if (disposing && s_fcn != null) 135s_fcn.StopMonitoring(path, state); 145s_fcn.StopMonitoring(path, _fcnState);