1 write to _errorHandler
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
65
_errorHandler
= new ErrorEventHandler(this.OnError);
1 reference to _errorHandler
System.Runtime.Caching (1)
System\Caching\FileChangeNotificationSystem.cs (1)
58
internal ErrorEventHandler ErrorHandler { get { return
_errorHandler
; } }