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