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