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