1 write to _handler
Microsoft.CodeAnalysis.Workspaces (1)
ExternalAccess\UnitTesting\Api\UnitTestingWorkspaceExtensions.cs (1)
28
_handler
= (sender, args) => action(new UnitTestingTextDocumentEventArgsWrapper(args));
4 references to _handler
Microsoft.CodeAnalysis.Workspaces (4)
ExternalAccess\UnitTesting\Api\UnitTestingWorkspaceExtensions.cs (4)
32
_workspace.TextDocumentOpened +=
_handler
;
34
_workspace.TextDocumentClosed +=
_handler
;
40
_workspace.TextDocumentOpened -=
_handler
;
42
_workspace.TextDocumentClosed -=
_handler
;