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