1 write to PrimaryAttributeInfo
illink (1)
Linker\CustomAttributeSource.cs (1)
19
PrimaryAttributeInfo
= new AttributeInfo();
6 references to PrimaryAttributeInfo
illink (6)
Linker.Steps\LinkAttributesStep.cs (1)
17
new LinkAttributesParser(Context, _documentStream, _xmlDocumentLocation).Parse(Context.CustomAttributes.
PrimaryAttributeInfo
);
Linker.Steps\MarkStep.cs (2)
273
Context.CustomAttributes.
PrimaryAttributeInfo
.AddCustomAttributes(provider, annotations);
276
Context.CustomAttributes.
PrimaryAttributeInfo
.CustomAttributesOrigins.Add(ca, origin);
Linker\CustomAttributeSource.cs (3)
74
if (
PrimaryAttributeInfo
.CustomAttributes.TryGetValue(provider, out var annotations))
92
if (
PrimaryAttributeInfo
.CustomAttributesOrigins.TryGetValue(customAttribute, out origin))
106
if (
PrimaryAttributeInfo
.CustomAttributes.ContainsKey(provider))