1 write to _persistentFolder
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\AbstractPersistentStorageTests.cs (1)
81_persistentFolder = _persistentFolderRoot.CreateDirectory(PersistentFolderPrefix + Guid.NewGuid());
5 references to _persistentFolder
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (5)
PersistentStorage\AbstractPersistentStorageTests.cs (5)
875solution = solution.AddDocument(id, "file.cs", "class C { void M() }", filePath: Path.Combine(_persistentFolder.Path, "file.cs")); 895solution = solution.AddDocument(id, "file.cs", "class C { void M() }", filePath: Path.Combine(_persistentFolder.Path, "file.cs")); 976persistentFolder ??= _persistentFolder; 1009persistentFolder ??= _persistentFolder; 1029var configuration = new MockPersistentStorageConfiguration(solutionKey.Id, _persistentFolder.Path, throwOnFailure: true);