1 write to added
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1463
this.
added
= new Dictionary<T, int>(comparer);
12 references to added
Microsoft.CodeAnalysis (12)
Emit\EditAndContinue\DeltaMetadataWriter.cs (12)
1491
return this.
added
;
1508
get { return this.
added
.Count + _firstRowId; }
1523
int next = this.
added
[row];
1561
if (this.
added
.TryGetValue(item, out index))
1592
this.
added
.Add(item, index);
1608
=>
added
.ContainsKey(item);
1743
return this.
added
.TryGetValue(item, out index);
1751
this.
added
.Add(item, index);
1770
if (this.
added
.TryGetValue(item, out index))
1789
this.
added
.Add(item, index);
1806
if (this.
added
.TryGetValue(item, out index))
1825
this.
added
.Add(item, index);