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