1 write to _customAttributes
illink (1)
Linker\LinkContext.cs (1)
209
_customAttributes
= new CustomAttributeSource (this);
1 reference to _customAttributes
illink (1)
Linker\LinkContext.cs (1)
85
public CustomAttributeSource CustomAttributes =>
_customAttributes
;