Base:
method
GetMethodImplementationFlags
System.Reflection.MethodBase.GetMethodImplementationFlags()
2 references to GetMethodImplementationFlags
mscorlib (2)
system\reflection\emit\constructorbuilder.cs (1)
136return m_methodBuilder.GetMethodImplementationFlags();
system\reflection\emit\typebuilder.cs (1)
2383if (((meth.GetMethodImplementationFlags() &(MethodImplAttributes.CodeTypeMask|MethodImplAttributes.PreserveSig|MethodImplAttributes.Unmanaged)) != MethodImplAttributes.IL) ||