2 implementations of StopMonitoring
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
122void IFileChangeNotificationSystem.StopMonitoring(string filePath, Object state) {
System.Web (1)
Hosting\ObjectCacheHost.cs (1)
80void IFileChangeNotificationSystem.StopMonitoring(string filePath, Object state) {
2 references to StopMonitoring
System.Runtime.Caching (2)
System\Caching\HostFileChangeMonitor.cs (2)
107s_fcn.StopMonitoring(path, state); 115s_fcn.StopMonitoring(path, _fcnState);