1 write to _itemList
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (1)
27
_itemList
= itemList;
12 references to _itemList
Microsoft.Build (12)
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (12)
37
if (
_itemList
== null)
47
if (index >
_itemList
.Count)
52
if (index ==
_itemList
.Count)
62
return _getInstance(
_itemList
[index]);
66
public int Count => (
_itemList
== null ? 0 :
_itemList
.Count) + (_itemTypeDefinition == null ? 0 : 1);
96
if (
_itemList
!= null)
98
foreach (var item in
_itemList
)
115
if (
_itemList
!= null)
117
foreach (var cachedItem in
_itemList
)
157
if (
_itemList
!= null)
159
foreach (var item in
_itemList
)