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;