1 instantiation of AnnotationStore
illink (1)
Linker\LinkContext.cs (1)
49
public virtual AnnotationStore CreateAnnotationStore (LinkContext context) => new
AnnotationStore
(context);
8 references to AnnotationStore
illink (8)
Linker.Steps\BaseStep.cs (1)
50
public
AnnotationStore
Annotations {
Linker.Steps\BaseSubStep.cs (1)
11
protected
AnnotationStore
Annotations => Context.Annotations;
Linker.Steps\MarkStep.cs (1)
226
public
AnnotationStore
Annotations => Context.Annotations;
Linker.Steps\ValidateVirtualMethodAnnotationsStep.cs (2)
14
var
annotations = Context.Annotations;
44
var
annotations = Context.Annotations;
Linker\LinkContext.cs (3)
49
public virtual
AnnotationStore
CreateAnnotationStore (LinkContext context) => new AnnotationStore (context);
73
readonly
AnnotationStore
_annotations;
89
public
AnnotationStore
Annotations => _annotations;