2 writes to _objNotify
System.Web (2)
Cache\CacheDependency.cs (2)
628_objNotify = null; 735_objNotify = dependencyChangedAction;
3 references to _objNotify
System.Web (3)
Cache\CacheDependency.cs (3)
559Debug.Assert(_objNotify == null, "_objNotify == null"); 729Debug.Assert(_objNotify == null, "_objNotify == null"); 828Action<Object, EventArgs> action = _objNotify as Action<Object, EventArgs>;