1 write to Path
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
MockVsFileChangeEx.vb (1)
245Me.Path = path
8 references to Path
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (8)
MockVsFileChangeEx.vb (8)
103If String.Equals(watchedFile.Path, filename, StringComparison.OrdinalIgnoreCase) Then 105watchedFile.Sink.FilesChanged(1, {watchedFile.Path}, {CType(_VSFILECHANGEFLAGS.VSFILECHG_Time, UInteger)}) 113watchedDirectory.Sink.DirectoryChangedEx2(watchedDirectory.Path, 1, {filename}, {CType(_VSFILECHANGEFLAGS.VSFILECHG_Time, UInteger)}) 128If Not filename.StartsWith(watchedDirectory.Path, StringComparison.OrdinalIgnoreCase) Then 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