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