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