2 writes to _fcnState
System.Runtime.Caching (2)
System\Runtime\Caching\HostFileChangeMonitor.cs (2)
40
s_fcn.StartMonitoring(path, new OnChangedCallback(OnChanged), out
_fcnState
, out lastWrite, out fileSize);
52
_fcnState
= fcnState;
4 references to _fcnState
System.Runtime.Caching (4)
System\Runtime\Caching\HostFileChangeMonitor.cs (4)
123
if (_filePaths != null &&
_fcnState
!= null)
127
Hashtable fcnState =
_fcnState
as Hashtable;
143
if (path != null &&
_fcnState
!= null)
145
s_fcn.StopMonitoring(path,
_fcnState
);