1 write to _dictionary
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1595
_dictionary
= dictionary;
6 references to _dictionary
Microsoft.Build.Framework (6)
SegmentedDictionary`2.cs (6)
1607
if (_version !=
_dictionary
._version)
1612
while ((uint)_index < (uint)
_dictionary
._count)
1614
ref var entry = ref
_dictionary
._entries[_index++];
1622
_index =
_dictionary
._count + 1;
1633
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1644
if (_version !=
_dictionary
._version)