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