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