Base:
method
GetMethodImplementationFlags
System.Reflection.MethodBase.GetMethodImplementationFlags()
2 references to GetMethodImplementationFlags
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1559
if ((method.
GetMethodImplementationFlags
() & MethodImplAttributes.PreserveSig) != 0)
1579
if ((method.
GetMethodImplementationFlags
() & MethodImplAttributes.PreserveSig) != 0)