3 references to UnitTestingTextDocumentEventArgsWrapper
Microsoft.CodeAnalysis.Workspaces (3)
ExternalAccess\UnitTesting\Api\UnitTestingWorkspaceExtensions.cs (3)
11
public static IDisposable RegisterTextDocumentOpenedEventHandler(this Workspace workspace, Action<
UnitTestingTextDocumentEventArgsWrapper
> action)
14
public static IDisposable RegisterTextDocumentClosedEventHandler(this Workspace workspace, Action<
UnitTestingTextDocumentEventArgsWrapper
> action)
23
internal EventHandlerWrapper(Workspace workspace, Action<
UnitTestingTextDocumentEventArgsWrapper
> action, bool opened)