1 write to _annotations
illink (1)
Linker\LinkContext.cs (1)
223
_annotations
= factory.CreateAnnotationStore(this);
3 references to _annotations
illink (3)
Linker\LinkContext.cs (3)
90
public AnnotationStore Annotations =>
_annotations
;
325
return !
_annotations
.HasAction(assembly);
356
_annotations
.AddSymbolReader(assembly, symbolReader);