1 write to _map
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1545
_map
= new Dictionary<int, T>();
4 references to _map
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeltaMetadataWriter.cs (4)
1563
Debug.Assert(!
_map
.TryGetValue(index, out var other) || ((object)other == (object)item) || other is DeletedSourceTypeDefinition || item is DeletedSourceTypeDefinition);
1566
_map
[index] = item;
1574
=>
_map
[rowId];
1582
_map
[index] = item;