1 write to _handler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticService.cs (1)
53_handler = (sender, args) => action(new VSTypeScriptDiagnosticsUpdatedArgsWrapper(args));
2 references to _handler
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticService.cs (2)
54_service.DiagnosticsUpdated += _handler; 59_service.DiagnosticsUpdated -= _handler;