1 write to _dictionary
Microsoft.Build.Framework (1)
SegmentedDictionary`2.cs (1)
1149
_dictionary
= dictionary;
9 references to _dictionary
Microsoft.Build.Framework (9)
SegmentedDictionary`2.cs (9)
1158
if (_version !=
_dictionary
._version)
1165
while ((uint)_index < (uint)
_dictionary
._count)
1167
ref var entry = ref
_dictionary
._entries[_index++];
1176
_index =
_dictionary
._count + 1;
1191
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1207
if (_version !=
_dictionary
._version)
1220
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1233
if (_index == 0 || (_index ==
_dictionary
._count + 1))
1246
if (_index == 0 || (_index ==
_dictionary
._count + 1))