1 write to _map
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1444_map = new Dictionary<int, T>();
4 references to _map
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeltaMetadataWriter.cs (4)
1462Debug.Assert(!_map.TryGetValue(index, out var other) || ((object)other == (object)item) || other is DeletedTypeDefinition || item is DeletedTypeDefinition); 1465_map[index] = item; 1473=> _map[rowId]; 1481_map[index] = item;