Implemented interface member:
method
GetKeyOrDefault
Roslyn.Utilities.IBidirectionalMap<TKey, TValue>.GetKeyOrDefault(TValue)
1 reference to GetKeyOrDefault
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOptions2.cs (1)
270
var value = s_parenthesesPreferenceMap.GetKeyOrDefault(option.Value) ?? s_parenthesesPreferenceMap.
GetKeyOrDefault
(ParenthesesPreference.AlwaysForClarity);