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)
52
public
AnnotationStore
Annotations
Linker.Steps\BaseSubStep.cs (1)
11
protected
AnnotationStore
Annotations => Context.Annotations;
Linker.Steps\MarkStep.cs (1)
237
public
AnnotationStore
Annotations => Context.Annotations;
Linker.Steps\ValidateVirtualMethodAnnotationsStep.cs (2)
14
var
annotations = Context.Annotations;
49
var
annotations = Context.Annotations;
Linker\LinkContext.cs (3)
49
public virtual
AnnotationStore
CreateAnnotationStore(LinkContext context) => new AnnotationStore(context);
73
readonly
AnnotationStore
_annotations;
90
public
AnnotationStore
Annotations => _annotations;