1 write to _methodName
System.Web (1)
Cache\SubstitutionResponseElement.cs (1)
32
_methodName
= _callback.Method.Name;
1 reference to _methodName
System.Web (1)
Cache\SubstitutionResponseElement.cs (1)
39
_callback = (HttpResponseSubstitutionCallback) Delegate.CreateDelegate(typeof(HttpResponseSubstitutionCallback), target,
_methodName
);