1 write to added
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1464
this.
added
= new Dictionary<T, int>(comparer);
12 references to added
Microsoft.CodeAnalysis (12)
Emit\EditAndContinue\DeltaMetadataWriter.cs (12)
1492
return this.
added
;
1509
get { return this.
added
.Count + _firstRowId; }
1524
int next = this.
added
[row];
1562
if (this.
added
.TryGetValue(item, out index))
1593
this.
added
.Add(item, index);
1609
=>
added
.ContainsKey(item);
1744
return this.
added
.TryGetValue(item, out index);
1752
this.
added
.Add(item, index);
1771
if (this.
added
.TryGetValue(item, out index))
1790
this.
added
.Add(item, index);
1807
if (this.
added
.TryGetValue(item, out index))
1826
this.
added
.Add(item, index);