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
;