1 implementation of Add
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\BidirectionalMap.cs (1)
77
public IBidirectionalMap<TKey, TValue>
Add
(TKey key, TValue value)
3 references to Add
Microsoft.CodeAnalysis.Workspaces (3)
Serialization\SerializerService_Reference.cs (2)
84
s_analyzerReferenceMap = s_analyzerReferenceMap.
Add
(reference, analyzerReferenceWithGuid.Guid);
546
s_analyzerReferenceMap = s_analyzerReferenceMap.
Add
(analyzerImageReference, Guid.NewGuid());
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
173
_sourceTextContainersToDocumentIds = _sourceTextContainersToDocumentIds.
Add
(textContainer, documentInfo.Id);