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