diff --git a/tools/linker/MobileResolveMainAssemblyStep.cs b/tools/linker/MobileResolveMainAssemblyStep.cs index 2c28f0e09879..e27913027e38 100644 --- a/tools/linker/MobileResolveMainAssemblyStep.cs +++ b/tools/linker/MobileResolveMainAssemblyStep.cs @@ -27,6 +27,7 @@ protected override void Process () // we have a watch extension which main project is a .dll and we have to tell the // linker where to start (by marking the first, entry method) Context.Resolver.CacheAssembly (assembly); + Context.SafeReadSymbols (assembly); Annotations.Push (assembly);