Base:
method
GetMethodImplementationFlags
System.Reflection.MethodBase.GetMethodImplementationFlags()
2 references to GetMethodImplementationFlags
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeConstructorBuilder.cs (1)
91return m_methodBuilder.GetMethodImplementationFlags();
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
1591if (((meth.GetMethodImplementationFlags() & (MethodImplAttributes.CodeTypeMask | MethodImplAttributes.PreserveSig | MethodImplAttributes.Unmanaged)) != MethodImplAttributes.IL) ||