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