1 instantiation of CustomAttributeSource
illink (1)
Linker\LinkContext.cs (1)
216
_customAttributes = new
CustomAttributeSource
(this);
4 references to CustomAttributeSource
illink (4)
Linker.Steps\MarkStep.cs (2)
839
bool providerInLinkedAssembly = Annotations.GetAction(
CustomAttributeSource
.GetAssemblyFromCustomAttributeProvider(provider)) == AssemblyAction.Link;
1613
if (IsAttributeRemoved(customAttribute, resolved.DeclaringType) && Annotations.GetAction(
CustomAttributeSource
.GetAssemblyFromCustomAttributeProvider(assemblyLevelAttribute.Provider)) == AssemblyAction.Link)
Linker\LinkContext.cs (2)
74
readonly
CustomAttributeSource
_customAttributes;
86
public
CustomAttributeSource
CustomAttributes => _customAttributes;