1 write to _itemList
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (1)
30
_itemList
= itemList;
12 references to _itemList
Microsoft.Build (12)
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (12)
40
if (
_itemList
== null)
50
if (index >
_itemList
.Count)
55
if (index ==
_itemList
.Count)
65
return _getInstance(
_itemList
[index]);
69
public int Count => (
_itemList
== null ? 0 :
_itemList
.Count) + (_itemTypeDefinition == null ? 0 : 1);
99
if (
_itemList
!= null)
101
foreach (var item in
_itemList
)
118
if (
_itemList
!= null)
120
foreach (var cachedItem in
_itemList
)
160
if (
_itemList
!= null)
162
foreach (var item in
_itemList
)