1 write to FlagName
Microsoft.VisualStudio.LanguageServices (1)
Options\VisualStudioOptionStorage.cs (1)
75
FlagName
= flagName;
3 references to FlagName
Microsoft.VisualStudio.LanguageServices (2)
Options\VisualStudioOptionStorage.cs (2)
80
persister.Persist(
FlagName
, value);
85
=> persister.TryFetch(optionKey,
FlagName
, out value);
Roslyn.VisualStudio.Next.UnitTests (1)
UnifiedSettings\TestModel\AlternativeDefault.cs (1)
31
FlagName = ((FeatureFlagStorage)optionStorage).
FlagName
;