1 implementation of GetKeyOrDefault
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\BidirectionalMap.cs (1)
115
public TKey?
GetKeyOrDefault
(TValue value)
1 reference to GetKeyOrDefault
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
551
documentId => _sourceTextContainersToDocumentIds.
GetKeyOrDefault
(documentId));