1 write to IsLowPriority
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\WorkCoordinator.WorkItem.cs (1)
83
IsLowPriority
= isLowPriority;
7 references to IsLowPriority
Microsoft.CodeAnalysis.Features (7)
SolutionCrawler\WorkCoordinator.AsyncDocumentWorkItemQueue.cs (1)
81
if (workItem.
IsLowPriority
)
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (1)
76
Processor._logAggregator, item.Language, item.DocumentId, item.InvocationReasons, item.
IsLowPriority
, item.ActiveMember, added);
SolutionCrawler\WorkCoordinator.WorkItem.cs (5)
110
DocumentId, ProjectId, Language, InvocationReasons,
IsLowPriority
, ActiveMember, SpecificAnalyzers,
125
IsLowPriority
,
146
DocumentId, ProjectId, Language, InvocationReasons,
IsLowPriority
, ActiveMember, SpecificAnalyzers,
160
IsLowPriority
,
168
=> $"{DocumentId?.ToString() ?? ProjectId.ToString()}, ({InvocationReasons}), LowPriority:{
IsLowPriority
}, ActiveMember:{ActiveMember != null}, Retry:{IsRetry}, ({string.Join("|", SpecificAnalyzers.Select(a => a.GetType().Name))})";