1 implementation of EnqueueWatchingFile
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
417public IWatchedFile EnqueueWatchingFile(string filePath)
6 references to EnqueueWatchingFile
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
69var fileWatchingToken = _fileReferenceChangeContext.EnqueueWatchingFile(fullFilePath);
Workspace\ProjectSystem\IFileChangeWatcher.cs (3)
16/// to any files called by <see cref="IFileChangeContext.EnqueueWatchingFile(string)"/>. 19/// This is largely intended as an optimization; consumers should still call <see cref="IFileChangeContext.EnqueueWatchingFile(string)" /> 60/// Raised when a file has been changed. This may be a file watched explicitly by <see cref="EnqueueWatchingFile(string)"/> or it could be any
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
115_project._documentWatchedFiles.Add(documentId, _project._documentFileChangeContext.EnqueueWatchingFile(fullPath));
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
76_fileChangeContext.EnqueueWatchingFile(include);