6 references to MockWorkspaceEventListenerProvider
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Squiggles\SquiggleUtilities.cs (2)
26.RemoveParts(typeof(MockWorkspaceEventListenerProvider)); 29.RemoveParts(typeof(MockWorkspaceEventListenerProvider));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
86.RemoveParts(typeof(MockWorkspaceEventListenerProvider))
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\FeaturesTestCompositions.cs (1)
19typeof(MockWorkspaceEventListenerProvider), // by default, avoid running Solution Crawler and other services that start in workspace event listeners
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTestsBase.cs (1)
78.RemoveParts(typeof(MockWorkspaceEventListenerProvider));
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
ProjectSystemShim\Framework\TestEnvironment.vb (1)
69GetType(MockWorkspaceEventListenerProvider),