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