1 implementation of IFileChangeNotificationSystem
System.Runtime.Caching (1)
System\Runtime\Caching\FileChangeNotificationSystem.cs (1)
20internal sealed class FileChangeNotificationSystem : IFileChangeNotificationSystem
6 references to IFileChangeNotificationSystem
System.Runtime.Caching (6)
System\Runtime\Caching\FileChangeNotificationSystem.cs (2)
96void IFileChangeNotificationSystem.StartMonitoring(string filePath, OnChangedCallback onChangedCallback, out object state, out DateTimeOffset lastWriteTime, out long fileSize) 147void IFileChangeNotificationSystem.StopMonitoring(string filePath, object state)
System\Runtime\Caching\HostFileChangeMonitor.cs (4)
21private static IFileChangeNotificationSystem s_fcn; 92IFileChangeNotificationSystem fcn = null; 96fcn = host.GetService(typeof(IFileChangeNotificationSystem)) as IFileChangeNotificationSystem;