Implemented interface member:
10 references to Add
Microsoft.CodeAnalysis (10)
ImmutableSegmentedDictionary`2.cs (2)
151
dictionary.
Add
(key, value);
173
dictionary.
Add
(pair.Key, pair.Value);
ImmutableSegmentedDictionary`2+Builder.cs (1)
106
GetOrCreateMutableDictionary().
Add
(key, value);
SegmentedDictionary`2.cs (5)
126
Add
(entries[i]._key, entries[i]._value);
134
Add
(pair.Key, pair.Value);
153
Add
(pair.Key, pair.Value);
206
=>
Add
(keyValuePair.Key, keyValuePair.Value);
1082
Add
(tempKey, (TValue)value!);
Serialization\ObjectWriter.cs (1)
434
_valueToIdMap.
Add
(value, id);
Syntax\SyntaxNodeExtensions_Tracking.cs (1)
213
map.
Add
(id, list);