Base:
2 references to Attributes
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Methods\RoConstructedGenericMethod.cs (1)
36protected sealed override MethodAttributes ComputeAttributes() => _genericMethodDefinition.Attributes;
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.DllImport.cs (1)
16if ((Attributes & MethodAttributes.PinvokeImpl) == 0)