Base:
method
DefineConstructorCore
System.Reflection.Emit.TypeBuilder.DefineConstructorCore(System.Reflection.MethodAttributes, System.Reflection.CallingConventions, System.Type[], System.Type[][], System.Type[][])
1 reference to DefineConstructorCore
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
231ConstructorBuilderImpl constBuilder = (ConstructorBuilderImpl)DefineConstructorCore(attributes, CallingConventions.Standard, null, null, null);