1 write to _dictionary
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1469
_dictionary
= dictionary;
12 references to _dictionary
Microsoft.Build.Framework (12)
SegmentedDictionary`2.cs (12)
1473
=> new Enumerator(
_dictionary
);
1487
if (array.Length - index <
_dictionary
.Count)
1492
var count =
_dictionary
._count;
1493
var entries =
_dictionary
._entries;
1501
public int Count =>
_dictionary
.Count;
1518
=>
_dictionary
.ContainsValue(item);
1521
=> new Enumerator(
_dictionary
);
1524
=> new Enumerator(
_dictionary
);
1548
if (array.Length - index <
_dictionary
.Count)
1565
var count =
_dictionary
._count;
1566
var entries =
_dictionary
._entries;
1584
object ICollection.SyncRoot => ((ICollection)
_dictionary
).SyncRoot;