1 implementation of ContainsKey
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\BidirectionalMap.cs (1)
47public bool ContainsKey(TKey key)
2 references to ContainsKey
Microsoft.CodeAnalysis.Workspaces (2)
Serialization\SerializerService_Reference.cs (1)
544if (!s_analyzerImageReferenceMap.ContainsKey(analyzerImageReference))
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
158if (_sourceTextContainersToDocumentIds.ContainsKey(textContainer))