3 writes to Arguments
illink (3)
Linker\RemoveAttributeInstancesAttribute.cs (3)
23
Arguments
= Array.Empty<CustomAttributeArgument>();
28
Arguments
= innerArgs.Select(arg => (CustomAttributeArgument)arg.Value).ToArray();
30
Arguments
= new CustomAttributeArgument[] { (CustomAttributeArgument)arg.Value };
1 reference to Arguments
illink (1)
Linker.Steps\MarkStep.cs (1)
879
var args = attr.
Arguments
;