3 references to s_codeStyleStructuredOptions
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Diagnostics\StructuredAnalyzerConfigOptions.cs (3)
92
if (
s_codeStyleStructuredOptions
.TryGetValue(configOptions, out options))
99
if (!
s_codeStyleStructuredOptions
.TryGetValue(configOptions, out options))
102
s_codeStyleStructuredOptions
.Add(configOptions, options);