Exemple #1
0
 public Antlr4ReferenceAnchorPointsProvider(IBackgroundParserFactoryService backgroundParserFactoryService)
 {
     _backgroundParserFactoryService = backgroundParserFactoryService;
 }
 public Antlr4ReferenceAnchorPointsProvider(IBackgroundParserFactoryService backgroundParserFactoryService)
 {
     _backgroundParserFactoryService = backgroundParserFactoryService;
 }
Exemple #3
0
 public Antlr4OutliningTaggerProvider(IBackgroundParserFactoryService backgroundParserFactoryService)
 {
     _backgroundParserFactoryService = backgroundParserFactoryService;
 }