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)
267
Context.CustomAttributes.
PrimaryAttributeInfo
.AddCustomAttributes (provider, annotations);
270
Context.CustomAttributes.
PrimaryAttributeInfo
.CustomAttributesOrigins.Add (ca, origin);
Linker\CustomAttributeSource.cs (3)
70
if (
PrimaryAttributeInfo
.CustomAttributes.TryGetValue (provider, out var annotations)) {
86
if (
PrimaryAttributeInfo
.CustomAttributesOrigins.TryGetValue (customAttribute, out origin))
100
if (
PrimaryAttributeInfo
.CustomAttributes.ContainsKey (provider))