1 write to _annotations
illink (1)
Linker\LinkContext.cs (1)
257
_annotations
= factory.CreateAnnotationStore(this);
3 references to _annotations
illink (3)
Linker\LinkContext.cs (3)
107
public AnnotationStore Annotations =>
_annotations
;
361
return !
_annotations
.HasAction(assembly);
392
_annotations
.AddSymbolReader(assembly, symbolReader);