1 instantiation of EventBuilder
mscorlib (1)
system\reflection\emit\typebuilder.cs (1)
2249
return 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)
2212
public
EventBuilder
DefineEvent(String name, EventAttributes attributes, Type eventtype)
2221
private
EventBuilder
DefineEventNoLock(String name, EventAttributes attributes, Type eventtype)