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