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