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;