1 implementation of TryGetValue
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\BidirectionalMap.cs (1)
41public bool TryGetValue(TKey key, [NotNullWhen(true)] out TValue? value)
2 references to TryGetValue
Microsoft.CodeAnalysis.Workspaces (2)
Serialization\SerializerService_Reference.cs (1)
37return s_analyzerImageReferenceMap.TryGetValue(imageReference, out guid);
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
319if (!_sourceTextContainersToDocumentIds.TryGetValue(textContainer, out var documentId))