1 reference to s_storages
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\CSharpVisualStudioOptionStorageReadFallbacks.cs (1)
60
=> TryReadFlags(
s_storages
, (int)CSharpFormattingOptions2.NewLineBeforeOpenBrace.DefaultValue, readValue, out var intValue) ? (NewLineBeforeOpenBracePlacement)intValue : default(Optional<object?>);