1 write to added
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1452
this.
added
= new Dictionary<T, int>(comparer);
12 references to added
Microsoft.CodeAnalysis (12)
Emit\EditAndContinue\DeltaMetadataWriter.cs (12)
1480
return this.
added
;
1497
get { return this.
added
.Count + _firstRowId; }
1512
int next = this.
added
[row];
1550
if (this.
added
.TryGetValue(item, out index))
1581
this.
added
.Add(item, index);
1597
=>
added
.ContainsKey(item);
1732
return this.
added
.TryGetValue(item, out index);
1740
this.
added
.Add(item, index);
1759
if (this.
added
.TryGetValue(item, out index))
1778
this.
added
.Add(item, index);
1795
if (this.
added
.TryGetValue(item, out index))
1814
this.
added
.Add(item, index);