1 implementation of TryGetKey
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\BidirectionalMap.cs (1)
44public bool TryGetKey(TValue value, [NotNullWhen(true)] out TKey? key)