1 write to _fallback
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Diagnostics\StructuredAnalyzerConfigOptions.cs (1)
32_fallback = fallback;
4 references to _fallback
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Diagnostics\StructuredAnalyzerConfigOptions.cs (4)
36=> _options.TryGetValue(key, out value) || _fallback?.TryGetValue(key, out value) == true; 39=> _fallback == null ? _options.Keys : _options.Keys.Union(_fallback.Keys); 45=> _lazyNamingStylePreferences.Value is { IsEmpty: false } nonEmpty ? nonEmpty : _fallback?.GetNamingStylePreferences() ?? NamingStylePreferences.Empty;