3 references to ActiveDocumentSwitched
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs (1)
213
if (!workItem.InvocationReasons.Contains(PredefinedInvocationReasons.
ActiveDocumentSwitched
))
Microsoft.CodeAnalysis.Workspaces (2)
SolutionCrawler\InvocationReasons_Constants.cs (1)
89
new(PredefinedInvocationReasons.
ActiveDocumentSwitched
);
SolutionCrawler\PredefinedInvocationReasons.cs (1)
26
public const string ActiveDocumentSwitched = nameof(
ActiveDocumentSwitched
);