コード例 #1
0
 public CSharpVisualBasicLanguageServerFactory(
     RequestDispatcherFactory dispatcherFactory,
     IAsynchronousOperationListenerProvider listenerProvider,
     IGlobalOptionService globalOptions)
 {
     _dispatcherFactory = dispatcherFactory;
     _listenerProvider  = listenerProvider;
     _globalOptions     = globalOptions;
 }
コード例 #2
0
 public CSharpVisualBasicLanguageServerFactory(RequestDispatcherFactory dispatcherFactory,
                                               IAsynchronousOperationListenerProvider listenerProvider)
 {
     _dispatcherFactory = dispatcherFactory;
     _listenerProvider  = listenerProvider;
 }