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
155
Dim path =
_watchedFiles
.FirstOrDefault(Function(t) t.Cookie = cookie).Path
168
Dim path =
_watchedFiles
.FirstOrDefault(Function(t) t.Cookie = cookie).Path
187
Dim path =
_watchedFiles
.FirstOrDefault(Function(t) t.Cookie = cookie).Path
200
Dim path =
_watchedFiles
.FirstOrDefault(Function(t) t.Cookie = cookie).Path
231
Return
_watchedFiles
.Count