1 write to _dictionary
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1395
_dictionary
= dictionary;
6 references to _dictionary
Microsoft.Build.Framework (6)
SegmentedDictionary`2.cs (6)
1407
if (_version !=
_dictionary
._version)
1412
while ((uint)_index < (uint)
_dictionary
._count)
1414
ref var entry = ref
_dictionary
._entries[_index++];
1423
_index =
_dictionary
._count + 1;
1434
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1445
if (_version !=
_dictionary
._version)