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