3 references to TypeBuilderImpl
System.Reflection.Emit (3)
System\Reflection\Emit\EnumBuilderImpl.cs (1)
19
_typeBuilder = new
TypeBuilderImpl
(name, visibility | TypeAttributes.Sealed, typeof(Enum), module,
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
1058
TypeBuilderImpl _type = new
TypeBuilderImpl
(name, attr, parent, this, interfaces, packingSize, typesize, enclosingType);
1303
TypeBuilderImpl _type = new
TypeBuilderImpl
(name, attr, parent, this, interfaces, packingSize, typesize, null);