3 references to GetAssemblyFromCustomAttributeProvider
illink (3)
Linker.Steps\MarkStep.cs (2)
827
bool providerInLinkedAssembly = Annotations.GetAction(CustomAttributeSource.
GetAssemblyFromCustomAttributeProvider
(provider)) == AssemblyAction.Link;
1601
if (IsAttributeRemoved(customAttribute, resolved.DeclaringType) && Annotations.GetAction(CustomAttributeSource.
GetAssemblyFromCustomAttributeProvider
(assemblyLevelAttribute.Provider)) == AssemblyAction.Link)
Linker\CustomAttributeSource.cs (1)
41
AssemblyDefinition assembly =
GetAssemblyFromCustomAttributeProvider
(provider);