4 references to WebBaseEventCollection
System.Web (4)
Management\BufferedWebEventProvider.cs (1)
65new WebBaseEventCollection(eventRaised),
Management\SimpleMailWebEventProvider.cs (1)
195WebBaseEventCollection events = new WebBaseEventCollection(eventRaised);
Management\SqlWebEventProvider.cs (1)
259WriteToSQL(new WebBaseEventCollection(eventRaised), 0, new DateTime(0));
Management\TemplatedMailWebEventProvider.cs (1)
150WebBaseEventCollection events = new WebBaseEventCollection(eventRaised);