3 references to GetLinkerAttributes
illink (3)
Linker.Steps\MarkStep.cs (2)
864
foreach (var dynamicDependency in Annotations.
GetLinkerAttributes
<DynamicDependency>(providerMember))
870
foreach (var attr in Annotations.
GetLinkerAttributes
<RemoveAttributeInstancesAttribute>(attributeType))
Linker\Annotations.cs (1)
599
var attributes =
GetLinkerAttributes
<T>(member);