1 write to Path
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
MockVsFileChangeEx.vb (1)
260Me.Path = path
4 references to Path
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (4)
MockVsFileChangeEx.vb (4)
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