7 references to Context
illink (7)
Linker.Steps\BaseSubStep.cs (1)
11
protected AnnotationStore Annotations =>
Context
.Annotations;
Linker.Steps\CheckSuppressionsStep.cs (6)
33
Context
.Suppressions.GatherSuppressions(type);
38
Context
.Suppressions.GatherSuppressions(field);
43
if (
Context
.Annotations.GetAction(method) != MethodAction.ConvertToThrow)
44
Context
.Suppressions.GatherSuppressions(method);
49
Context
.Suppressions.GatherSuppressions(property);
54
Context
.Suppressions.GatherSuppressions(@event);