5 references to s_parenthesesPreferenceMap
Microsoft.CodeAnalysis.Workspaces (5)
CodeStyleOptions2.cs (5)
252Debug.Assert(s_parenthesesPreferenceMap.ContainsKey(value)); 253return new CodeStyleOption2<ParenthesesPreference>(s_parenthesesPreferenceMap.GetValueOrDefault(value), notification); 260Debug.Assert(s_parenthesesPreferenceMap.ContainsValue(option.Value)); 261var value = s_parenthesesPreferenceMap.GetKeyOrDefault(option.Value) ?? s_parenthesesPreferenceMap.GetKeyOrDefault(ParenthesesPreference.AlwaysForClarity);