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