7 writes to GetValueImpl
Roslyn.VisualStudio.Next.UnitTests (7)
Options\VisualStudioSettingsOptionPersisterTests.cs (7)
130settingsManager.GetValueImpl = (name, type) => name switch 142settingsManager.GetValueImpl = (name, type) => name switch 155settingsManager.GetValueImpl = (name, type) => name switch 195GetValueImpl = (_, _) => (GetValueResult.Success, storageValue) 236GetValueImpl = (_, type) => (type == storageType ? specializedTypeResult : GetValueResult.Success, storageValue) 259GetValueImpl = (_, _) => (GetValueResult.Success, serializedValue), 297GetValueImpl = (_, _) => (GetValueResult.Success, serializedValue),
1 reference to GetValueImpl
Roslyn.VisualStudio.Next.UnitTests (1)
Options\VisualStudioSettingsOptionPersisterTests.cs (1)
47var (result, objValue) = GetValueImpl!(name, typeof(T));