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)
251
var 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)));