1 instantiation of EventBuilder
mscorlib (1)
system\reflection\emit\typebuilder.cs (1)
2249return new EventBuilder(
3 references to EventBuilder
mscorlib (3)
system\reflection\emit\cominterfaces.cs (1)
93[TypeLibImportClassAttribute(typeof(System.Reflection.Emit.EventBuilder))]
system\reflection\emit\typebuilder.cs (2)
2212public EventBuilder DefineEvent(String name, EventAttributes attributes, Type eventtype) 2221private EventBuilder DefineEventNoLock(String name, EventAttributes attributes, Type eventtype)