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