1 write to _registration
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (1)
51_registration = registration;
2 references to _registration
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (2)
251var newAsyncToken = Listener.BeginAsyncOperation(nameof(Enqueue), tag: _registration.Workspace); 258_pendingWork.Add(documentId, new Data(project, documentId, document, changedMember, Listener.BeginAsyncOperation(nameof(Enqueue), tag: _registration.Workspace)));