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