1 write to added
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1501
this.
added
= new Dictionary<T, int>(comparer);
12 references to added
Microsoft.CodeAnalysis (12)
Emit\EditAndContinue\DeltaMetadataWriter.cs (12)
1529
return this.
added
;
1546
get { return this.
added
.Count + _firstRowId; }
1561
int next = this.
added
[row];
1599
if (this.
added
.TryGetValue(item, out index))
1630
this.
added
.Add(item, index);
1646
=>
added
.ContainsKey(item);
1781
return this.
added
.TryGetValue(item, out index);
1789
this.
added
.Add(item, index);
1808
if (this.
added
.TryGetValue(item, out index))
1827
this.
added
.Add(item, index);
1844
if (this.
added
.TryGetValue(item, out index))
1863
this.
added
.Add(item, index);