1 instantiation of UnitTestingTextDocumentEventArgsWrapper
Microsoft.CodeAnalysis.Workspaces (1)
ExternalAccess\UnitTesting\Api\UnitTestingWorkspaceExtensions.cs (1)
28
_handler = (sender, args) => action(new
UnitTestingTextDocumentEventArgsWrapper
(args));
3 references to UnitTestingTextDocumentEventArgsWrapper
Microsoft.CodeAnalysis.Workspaces (3)
ExternalAccess\UnitTesting\Api\UnitTestingWorkspaceExtensions.cs (3)
13
public static IDisposable RegisterTextDocumentOpenedEventHandler(this Workspace workspace, Action<
UnitTestingTextDocumentEventArgsWrapper
> action)
16
public static IDisposable RegisterTextDocumentClosedEventHandler(this Workspace workspace, Action<
UnitTestingTextDocumentEventArgsWrapper
> action)
25
internal EventHandlerWrapper(Workspace workspace, Action<
UnitTestingTextDocumentEventArgsWrapper
> action, bool opened)