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