Base:
3 references to GetMethodImplementationFlags
System.Reflection.Emit (3)
System\Reflection\Emit\ConstructorBuilderImpl.cs (1)
72public override MethodImplAttributes GetMethodImplementationFlags() => _methodBuilder.GetMethodImplementationFlags();
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
938implAttributes: method.GetMethodImplementationFlags(),
System\Reflection\Emit\TypeBuilderImpl.cs (1)
135if (((method.GetMethodImplementationFlags() & (MethodImplAttributes.CodeTypeMask | MethodImplAttributes.PreserveSig | MethodImplAttributes.Unmanaged)) != MethodImplAttributes.IL) ||