Base:
3 references to MethodImplementationFlags
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs (1)
38protected sealed override MethodImplAttributes ComputeMethodImplementationFlags() => _genericMethodDefinition.MethodImplementationFlags;
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
57if ((MethodImplementationFlags & MethodImplAttributes.PreserveSig) != 0)
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
68public sealed override MethodImplAttributes GetMethodImplementationFlags() => MethodImplementationFlags;