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