3 references to _documentWatchedFiles
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (3)
127
_project.
_documentWatchedFiles
.Add(documentId, _project._documentFileChangeContext.EnqueueWatchingFile(fullPath));
281
_project.
_documentWatchedFiles
[documentId].Dispose();
282
_project.
_documentWatchedFiles
.Remove(documentId);