1 implementation of TryGetKey
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\BidirectionalMap.cs (1)
44public bool TryGetKey(TValue value, [NotNullWhen(true)] out TKey? key)
1 reference to TryGetKey
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService_Reference.cs (1)
43return s_analyzerImageReferenceMap.TryGetKey(guid, out imageReference);