3 references to PersistAsync
Microsoft.VisualStudio.LanguageServices (1)
Options\VisualStudioOptionPersister.cs (1)
64
PersistAsync
(storage, optionKey, value).ReportNonFatalErrorAsync();
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
Options\GlobalOptionsTest.cs (2)
91
await vsSettingsPersister.
PersistAsync
(storage, key, differentValue);
103
await vsSettingsPersister.
PersistAsync
(storage, key, currentValue);