2 instantiations of AsyncEventMethodInfo
System.Web (2)
UI\TemplateControl.cs (2)
546
dictionary[methodName] = new
AsyncEventMethodInfo
(parameterfulMethod, requiresCancellationToken: true);
553
dictionary[methodName] = new
AsyncEventMethodInfo
(parameterlessMethod, requiresCancellationToken: false);
6 references to AsyncEventMethodInfo
System.Web (6)
UI\TemplateControl.cs (6)
467
IDictionary<string,
AsyncEventMethodInfo
> asyncEvents = eventList.AsyncEvents;
469
AsyncEventMethodInfo
preRenderCompleteAsyncEvent;
504
IDictionary<string,
AsyncEventMethodInfo
> asyncEventDictionary = eventList.AsyncEvents;
542
private bool GetDelegateInformationFromAsyncMethod(string methodName, IDictionary<string,
AsyncEventMethodInfo
> dictionary) {
949
internal readonly IDictionary<string,
AsyncEventMethodInfo
> AsyncEvents = new Dictionary<string,
AsyncEventMethodInfo
>(StringComparer.Ordinal);