@@ -17,21 +17,17 @@ namespace Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript;
1717[ method: ImportingConstructor ]
1818[ method: Obsolete ( MefConstruction . ImportingConstructorMessage , error : true ) ]
1919internal class VSTypeScriptDocumentPullDiagnosticHandlerFactory (
20- IDiagnosticAnalyzerService analyzerService ,
2120 IDiagnosticSourceManager diagnosticSourceManager ,
2221 IDiagnosticsRefresher diagnosticsRefresher ,
23- IGlobalOptionService globalOptions ) : DocumentPullDiagnosticHandlerFactory ( analyzerService , diagnosticSourceManager , diagnosticsRefresher , globalOptions )
24- {
25- }
22+ IGlobalOptionService globalOptions )
23+ : DocumentPullDiagnosticHandlerFactory ( diagnosticSourceManager , diagnosticsRefresher , globalOptions ) ;
2624
2725[ ExportLspServiceFactory ( typeof ( WorkspacePullDiagnosticHandler ) , ProtocolConstants . TypeScriptLanguageContract ) , Shared ]
2826[ method : ImportingConstructor ]
2927[ method : Obsolete( MefConstruction . ImportingConstructorMessage , error : true ) ]
3028internal class VSTypeScriptWorkspacePullDiagnosticHandler(
3129 LspWorkspaceRegistrationService registrationService ,
32- IDiagnosticAnalyzerService analyzerService ,
3330 IDiagnosticSourceManager diagnosticSourceManager ,
3431 IDiagnosticsRefresher diagnosticsRefresher ,
35- IGlobalOptionService globalOptions ) : WorkspacePullDiagnosticHandlerFactory ( registrationService , analyzerService , diagnosticSourceManager , diagnosticsRefresher , globalOptions )
36- {
37- }
32+ IGlobalOptionService globalOptions )
33+ : WorkspacePullDiagnosticHandlerFactory ( registrationService , diagnosticSourceManager , diagnosticsRefresher , globalOptions ) ;
0 commit comments