Exemple #1
0
 public SymbolService(PackageService packageService, SymbolPackageService symbolPackageService, ISymbolsPathResolver symbolsPathResolver, ISymbolPackagePathResolver symbolPackagePathResolver, SymbolTools symbolTools)
 {
     this.packageService = packageService;
     this.symbolPackageService = symbolPackageService;
     this.symbolsPathResolver = symbolsPathResolver;
     this.symbolPackagePathResolver = symbolPackagePathResolver;
     this.symbolTools = symbolTools;
 }
Exemple #2
0
 public SymbolService(PackageService packageService, SymbolPackageService symbolPackageService,
                      ISymbolsPathResolver symbolsPathResolver, ISymbolPackagePathResolver symbolPackagePathResolver,
                      SymbolTools symbolTools)
 {
     this.packageService            = packageService;
     this.symbolPackageService      = symbolPackageService;
     this.symbolsPathResolver       = symbolsPathResolver;
     this.symbolPackagePathResolver = symbolPackagePathResolver;
     this.symbolTools = symbolTools;
 }
Exemple #3
0
 public SymbolTools(IToolPathResolver toolPathResolver, ISymbolsPathResolver symbolsPathResolver)
 {
     this.toolPathResolver    = toolPathResolver;
     this.symbolsPathResolver = symbolsPathResolver;
 }
Exemple #4
0
 public SymbolTools(IToolPathResolver toolPathResolver, ISymbolsPathResolver symbolsPathResolver)
 {
     this.toolPathResolver = toolPathResolver;
     this.symbolsPathResolver = symbolsPathResolver;
 }