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