Exemplo n.º 1
0
        public override void PrepareToPrime(DbgEntityList aEntities)
        {
            List <string> fileNames = new List <string>();

            foreach (DbgEntity entity in aEntities)
            {
                fileNames.Add(entity.FullName);
            }

            ProvisioningManager.PrepareToCreateSources(fileNames);
        }
Exemplo n.º 2
0
 public SymbolPrimer(SymbolPlugin aPlugin)
     : base(aPlugin)
 {
     // If we've been created then presumably this is the reason...
     ProvisioningManager.PrepareToCreateSources();
 }