1 write to _annotations
illink (1)
Linker\LinkContext.cs (1)
218
_annotations
= factory.CreateAnnotationStore (this);
3 references to _annotations
illink (3)
Linker\LinkContext.cs (3)
89
public AnnotationStore Annotations =>
_annotations
;
317
return !
_annotations
.HasAction (assembly);
344
_annotations
.AddSymbolReader (assembly, symbolReader);