Implemented interface member:
method
TryGetKey
Roslyn.Utilities.IBidirectionalMap<TKey, TValue>.TryGetKey(TValue, out TKey)
4 references to TryGetKey
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpFormattingOptions2.Parsers.cs (2)
96
=> s_binaryOperatorSpacingOptionsEditorConfigMap.
TryGetKey
(value, out var key) ? key : "";
102
=> s_labelPositionOptionsEditorConfigMap.
TryGetKey
(value, out var key) ? key : "";
Microsoft.CodeAnalysis.Workspaces (2)
BidirectionalMap.cs (2)
111
if (
TryGetKey
(value, out var result))
136
if (
TryGetKey
(value, out var result))