1 write to added
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1353
this.
added
= new Dictionary<T, int>(comparer);
12 references to added
Microsoft.CodeAnalysis (12)
Emit\EditAndContinue\DeltaMetadataWriter.cs (12)
1379
return this.
added
;
1396
get { return this.
added
.Count + _firstRowId; }
1411
int next = this.
added
[row];
1449
if (this.
added
.TryGetValue(item, out index))
1480
this.
added
.Add(item, index);
1496
=>
added
.ContainsKey(item);
1659
return this.
added
.TryGetValue(item, out index);
1667
this.
added
.Add(item, index);
1686
if (this.
added
.TryGetValue(item, out index))
1705
this.
added
.Add(item, index);
1722
if (this.
added
.TryGetValue(item, out index))
1741
this.
added
.Add(item, index);