public Antlr4ReferenceAnchorPointsProvider(IBackgroundParserFactoryService backgroundParserFactoryService) { _backgroundParserFactoryService = backgroundParserFactoryService; }
public Antlr4OutliningTaggerProvider(IBackgroundParserFactoryService backgroundParserFactoryService) { _backgroundParserFactoryService = backgroundParserFactoryService; }