1 implementation of TryFetch
Microsoft.VisualStudio.LanguageServices (1)
Options\VisualStudioOptionPersister.cs (1)
28
public bool
TryFetch
(OptionKey2 optionKey, out object? value)
1 reference to TryFetch
Microsoft.CodeAnalysis.Workspaces (1)
Options\GlobalOptionService.cs (1)
45
if (persister.
TryFetch
(optionKey, out var persistedValue))