public Antlr4EditorNavigationSourceProvider(IBackgroundParserFactoryService backgroundParserFactoryService, IEditorNavigationTypeRegistryService editorNavigationTypeRegistryService)
 {
     _backgroundParserFactoryService = backgroundParserFactoryService;
     _editorNavigationTypeRegistryService = editorNavigationTypeRegistryService;
 }
コード例 #2
0
 public Antlr4EditorNavigationSourceProvider(IBackgroundParserFactoryService backgroundParserFactoryService, IEditorNavigationTypeRegistryService editorNavigationTypeRegistryService)
 {
     _backgroundParserFactoryService      = backgroundParserFactoryService;
     _editorNavigationTypeRegistryService = editorNavigationTypeRegistryService;
 }