[w32handle] Stop returning 0 in every cases for locking/unlocking (#3926)
[mono.git] / mcs / tools / linker / Mono.Linker.Steps / BaseStep.cs
index 696740ecd4bdcda050c58167a15ed1ef996eccb6..13cf4686cc608c28b2e991d54d9d016fb72074e6 100644 (file)
@@ -38,6 +38,10 @@ namespace Mono.Linker.Steps {
                        get { return _context; }
                }
 
+               public AnnotationStore Annotations {
+                       get { return _context.Annotations; }
+               }
+
                public void Process (LinkContext context)
                {
                        _context = context;