1 write to _tempPath
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\FileChangeWatcherTests.vb (1)
22
_tempPath
= Path.Combine(TempRoot.Root, Path.GetRandomFileName())
4 references to _tempPath
Microsoft.VisualStudio.LanguageServices.UnitTests (4)
ProjectSystemShim\FileChangeWatcherTests.vb (4)
23
Directory.CreateDirectory(
_tempPath
)
27
Directory.Delete(
_tempPath
, recursive:=True)
36
Dim context1 = fileChangeWatcher.CreateContext(ImmutableArray.Create(New WatchedDirectory(
_tempPath
, ImmutableArray(Of String).Empty)))
37
Dim context2 = fileChangeWatcher.CreateContext(ImmutableArray.Create(New WatchedDirectory(
_tempPath
, ImmutableArray(Of String).Empty)))