6 references to DefineMethod
mscorlib (6)
system\reflection\emit\typebuilder.cs (3)
1655return DefineMethod(name, attributes, CallingConventions.Standard, returnType, parameterTypes); 1662return DefineMethod(name, attributes, CallingConventions.Standard, null, null); 1669return DefineMethod(name, attributes, callingConvention, null, null);
system\runtime\interopservices\tceadaptergen\eventsinkhelperwriter.cs (3)
106MethodBuilder Meth = OutputTypeBuilder.DefineMethod(Method.Name, 143MethodBuilder Meth = OutputTypeBuilder.DefineMethod( Method.Name, 261MethodBuilder Cons = OutputTypeBuilder.DefineMethod( ".ctor",