2 instantiations of MockPersistentStorageConfiguration
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
PersistentStorage\AbstractPersistentStorageTests.cs (2)
1011
var configuration = new
MockPersistentStorageConfiguration
(solution.Id, persistentFolder.Path, throwOnFailure);
1029
var configuration = new
MockPersistentStorageConfiguration
(solutionKey.Id, _persistentFolder.Path, throwOnFailure: true);
2 references to MockPersistentStorageConfiguration
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
PersistentStorage\AbstractPersistentStorageTests.cs (2)
1011
var
configuration = new MockPersistentStorageConfiguration(solution.Id, persistentFolder.Path, throwOnFailure);
1029
var
configuration = new MockPersistentStorageConfiguration(solutionKey.Id, _persistentFolder.Path, throwOnFailure: true);