1 write to added
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1515
this.
added
= new Dictionary<T, int>(comparer);
12 references to added
Microsoft.CodeAnalysis (12)
Emit\EditAndContinue\DeltaMetadataWriter.cs (12)
1543
return this.
added
;
1560
get { return this.
added
.Count + _firstRowId; }
1575
int next = this.
added
[row];
1613
if (this.
added
.TryGetValue(item, out index))
1644
this.
added
.Add(item, index);
1660
=>
added
.ContainsKey(item);
1795
return this.
added
.TryGetValue(item, out index);
1803
this.
added
.Add(item, index);
1822
if (this.
added
.TryGetValue(item, out index))
1841
this.
added
.Add(item, index);
1858
if (this.
added
.TryGetValue(item, out index))
1877
this.
added
.Add(item, index);