Base:
method
GetMethodImplementationFlags
System.Reflection.MethodBase.GetMethodImplementationFlags()
2 references to GetMethodImplementationFlags
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\DynamicMethod.cs (2)
357
result[0] = new MethodImplAttribute((MethodImplOptions)
GetMethodImplementationFlags
());
365
return [new MethodImplAttribute((MethodImplOptions)
GetMethodImplementationFlags
())];