4 references to SolutionRemoved
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\WorkCoordinator.LowPriorityProcessor.cs (1)
144reasons.Contains(PredefinedInvocationReasons.SolutionRemoved);
Microsoft.CodeAnalysis.Workspaces (3)
ExternalAccess\UnitTesting\Api\UnitTestingInvocationReasonsWrapper.cs (1)
26public static readonly UnitTestingInvocationReasonsWrapper PredefinedSolutionRemoved = new(PredefinedInvocationReasons.SolutionRemoved);
SolutionCrawler\InvocationReasons_Constants.cs (1)
45PredefinedInvocationReasons.SolutionRemoved,
SolutionCrawler\PredefinedInvocationReasons.cs (1)
11public const string SolutionRemoved = nameof(SolutionRemoved);