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