1 write to added
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1453
this.
added
= new Dictionary<T, int>(comparer);
12 references to added
Microsoft.CodeAnalysis (12)
Emit\EditAndContinue\DeltaMetadataWriter.cs (12)
1481
return this.
added
;
1498
get { return this.
added
.Count + _firstRowId; }
1513
int next = this.
added
[row];
1551
if (this.
added
.TryGetValue(item, out index))
1582
this.
added
.Add(item, index);
1598
=>
added
.ContainsKey(item);
1733
return this.
added
.TryGetValue(item, out index);
1741
this.
added
.Add(item, index);
1760
if (this.
added
.TryGetValue(item, out index))
1779
this.
added
.Add(item, index);
1796
if (this.
added
.TryGetValue(item, out index))
1815
this.
added
.Add(item, index);