2 writes to _watchedFiles
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (2)
MockVsFileChangeEx.vb (2)
36
pvsCookie = AdviseDirectoryOrFileChange(
_watchedFiles
, pszMkDocument, pFCE)
71
_watchedFiles
= _watchedFiles.RemoveAll(Function(t) t.Cookie = VSCOOKIE)
8 references to _watchedFiles
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (8)
MockVsFileChangeEx.vb (8)
71
_watchedFiles =
_watchedFiles
.RemoveAll(Function(t) t.Cookie = VSCOOKIE)
78
FireUpdate(filename,
_watchedFiles
, _watchedDirectories)
91
Dim watchedFiles =
_watchedFiles
170
Dim path =
_watchedFiles
.FirstOrDefault(Function(t) t.Cookie = cookie).Path
183
Dim path =
_watchedFiles
.FirstOrDefault(Function(t) t.Cookie = cookie).Path
202
Dim path =
_watchedFiles
.FirstOrDefault(Function(t) t.Cookie = cookie).Path
215
Dim path =
_watchedFiles
.FirstOrDefault(Function(t) t.Cookie = cookie).Path
246
Return
_watchedFiles
.Count