2 writes to _callback
System.Web (2)
Cache\SubstitutionResponseElement.cs (2)
25_callback = callback; 39_callback = (HttpResponseSubstitutionCallback) Delegate.CreateDelegate(typeof(HttpResponseSubstitutionCallback), target, _methodName);
3 references to _callback
System.Web (3)
Cache\SubstitutionResponseElement.cs (3)
17public HttpResponseSubstitutionCallback Callback { get { return _callback; } } 31_targetTypeName = System.Web.UI.Util.GetAssemblyQualifiedTypeName(_callback.Method.ReflectedType); 32_methodName = _callback.Method.Name;