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