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