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