7 references to GetNewChangeEventsAsync
Microsoft.VisualStudio.LanguageServices.UnitTests (7)
ProjectSystemShim\VisualStudioProjectTests\WorkspaceChangedEventTests.vb (7)
27
Dim change = Assert.Single(Await workspaceChangeEvents.
GetNewChangeEventsAsync
())
47
Dim change = Assert.Single(Await workspaceChangeEvents.
GetNewChangeEventsAsync
())
67
Dim change = Assert.Single(Await workspaceChangeEvents.
GetNewChangeEventsAsync
())
87
Dim change = Assert.Single(Await workspaceChangeEvents.
GetNewChangeEventsAsync
())
105
Assert.Empty(Await workspaceChangeEvents.
GetNewChangeEventsAsync
())
117
Assert.Equal(WorkspaceChangeKind.SolutionAdded, Assert.Single(Await workspaceChangeEvents.
GetNewChangeEventsAsync
()).Kind)
121
Assert.Equal(WorkspaceChangeKind.SolutionRemoved, Assert.Single(Await workspaceChangeEvents.
GetNewChangeEventsAsync
()).Kind)