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)
559
Debug.Assert(
_objNotify
== null, "_objNotify == null");
729
Debug.Assert(
_objNotify
== null, "_objNotify == null");
828
Action<Object, EventArgs> action =
_objNotify
as Action<Object, EventArgs>;