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