1 write to Cookie
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
MockVsFileChangeEx.vb (1)
244Me.Cookie = cookie
7 references to Cookie
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (7)
MockVsFileChangeEx.vb (7)
63_watchedDirectories = _watchedDirectories.RemoveAll(Function(t) t.Cookie = VSCOOKIE) 71_watchedFiles = _watchedFiles.RemoveAll(Function(t) t.Cookie = VSCOOKIE) 155Dim path = _watchedFiles.FirstOrDefault(Function(t) t.Cookie = cookie).Path 168Dim path = _watchedFiles.FirstOrDefault(Function(t) t.Cookie = cookie).Path 187Dim path = _watchedFiles.FirstOrDefault(Function(t) t.Cookie = cookie).Path 200Dim path = _watchedFiles.FirstOrDefault(Function(t) t.Cookie = cookie).Path 224_watchedDirectories.FirstOrDefault(Function(t) t.Cookie = cookie).ExtensionFilters = extensions