7 references to Context
illink (7)
Linker.Steps\BaseSubStep.cs (1)
11
protected AnnotationStore Annotations =>
Context
.Annotations;
Linker.Steps\CheckSuppressionsStep.cs (6)
31
Context
.Suppressions.GatherSuppressions (type);
36
Context
.Suppressions.GatherSuppressions (field);
41
if (
Context
.Annotations.GetAction (method) != MethodAction.ConvertToThrow)
42
Context
.Suppressions.GatherSuppressions (method);
47
Context
.Suppressions.GatherSuppressions (property);
52
Context
.Suppressions.GatherSuppressions (@event);