1 instantiation of CustomAttributeSource
illink (1)
Linker\LinkContext.cs (1)
209
_customAttributes = new
CustomAttributeSource
(this);
4 references to CustomAttributeSource
illink (4)
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\LinkContext.cs (2)
74
readonly
CustomAttributeSource
_customAttributes;
85
public
CustomAttributeSource
CustomAttributes => _customAttributes;