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)
17
public HttpResponseSubstitutionCallback Callback { get { return
_callback
; } }
31
_targetTypeName = System.Web.UI.Util.GetAssemblyQualifiedTypeName(
_callback
.Method.ReflectedType);
32
_methodName =
_callback
.Method.Name;