1 write to Path
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
MockVsFileChangeEx.vb (1)
260
Me.
Path
= path
4 references to Path
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (4)
MockVsFileChangeEx.vb (4)
103
If String.Equals(watchedFile.
Path
, filename, StringComparison.OrdinalIgnoreCase) Then
105
watchedFile.Sink.FilesChanged(1, {watchedFile.
Path
}, {CType(_VSFILECHANGEFLAGS.VSFILECHG_Time, UInteger)})
113
watchedDirectory.Sink.DirectoryChangedEx2(watchedDirectory.
Path
, 1, {filename}, {CType(_VSFILECHANGEFLAGS.VSFILECHG_Time, UInteger)})
128
If Not filename.StartsWith(watchedDirectory.
Path
, StringComparison.OrdinalIgnoreCase) Then