2 references to ImplAttributes
System.Core (2)
Microsoft\Scripting\Compiler\DelegateHelpers.cs (2)
37builder.DefineConstructor(CtorAttributes, CallingConventions.Standard, _DelegateCtorSignature).SetImplementationFlags(ImplAttributes); 38builder.DefineMethod("Invoke", InvokeAttributes, returnType, parameters).SetImplementationFlags(ImplAttributes);