Base:
method
GetMethodImplementationFlags
System.Reflection.MethodBase.GetMethodImplementationFlags()
3 references to GetMethodImplementationFlags
System.Private.CoreLib (3)
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
2044
if ((method.
GetMethodImplementationFlags
() & MethodImplAttributes.PreserveSig) != 0)
2061
if ((method.
GetMethodImplementationFlags
() & MethodImplAttributes.PreserveSig) != 0)
2223
attribute.PreserveSig = (method.
GetMethodImplementationFlags
() & MethodImplAttributes.PreserveSig) != 0;