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