2 writes to _fcnState
System.Runtime.Caching (2)
System\Runtime\Caching\HostFileChangeMonitor.cs (2)
40s_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)
123if (_filePaths != null && _fcnState != null) 127Hashtable fcnState = _fcnState as Hashtable; 143if (path != null && _fcnState != null) 145s_fcn.StopMonitoring(path, _fcnState);