2 instantiations of SyncEventMethodInfo
System.Web (2)
UI\TemplateControl.cs (2)
564
dictionary[methodName] = new
SyncEventMethodInfo
(parameterfulMethod, isArgless: false);
571
dictionary[methodName] = new
SyncEventMethodInfo
(parameterlessMethod, isArgless: true);
6 references to SyncEventMethodInfo
System.Web (6)
UI\TemplateControl.cs (6)
433
IDictionary<string,
SyncEventMethodInfo
> syncEvents = eventList.SyncEvents;
438
SyncEventMethodInfo
info = entry.Value;
503
IDictionary<string,
SyncEventMethodInfo
> syncEventDictionary = eventList.SyncEvents;
560
private bool GetDelegateInformationFromSyncMethod(string methodName, IDictionary<string,
SyncEventMethodInfo
> dictionary) {
950
internal readonly IDictionary<string,
SyncEventMethodInfo
> SyncEvents = new Dictionary<string,
SyncEventMethodInfo
>(StringComparer.Ordinal);