1 write to _dictionary
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1269
_dictionary
= dictionary;
12 references to _dictionary
Microsoft.Build.Framework (12)
SegmentedDictionary`2.cs (12)
1273
=> new Enumerator(
_dictionary
);
1287
if (array.Length - index <
_dictionary
.Count)
1292
var count =
_dictionary
._count;
1293
var entries =
_dictionary
._entries;
1301
public int Count =>
_dictionary
.Count;
1312
=>
_dictionary
.ContainsKey(item);
1321
=> new Enumerator(
_dictionary
);
1324
=> new Enumerator(
_dictionary
);
1348
if (array.Length - index <
_dictionary
.Count)
1365
var count =
_dictionary
._count;
1366
var entries =
_dictionary
._entries;
1384
object ICollection.SyncRoot => ((ICollection)
_dictionary
).SyncRoot;