5 references to Reanalyze
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (1)
402
if (workItem.MustRefresh || !workItem.InvocationReasons.Contains(PredefinedInvocationReasons.
Reanalyze
))
Microsoft.CodeAnalysis.Workspaces (4)
ExternalAccess\UnitTesting\Api\UnitTestingInvocationReasonsWrapper.cs (2)
17
public static readonly UnitTestingInvocationReasonsWrapper PredefinedReanalyze = new(PredefinedInvocationReasons.
Reanalyze
);
40
=> UnderlyingObject.Contains(PredefinedInvocationReasons.
Reanalyze
);
SolutionCrawler\InvocationReasons_Constants.cs (1)
83
new(PredefinedInvocationReasons.
Reanalyze
);
SolutionCrawler\PredefinedInvocationReasons.cs (1)
25
public const string Reanalyze = nameof(
Reanalyze
);