1 write to _getInstance
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (1)
32
_getInstance
= getInstance;
7 references to _getInstance
Microsoft.Build (7)
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (7)
47
return
_getInstance
(_itemTypeDefinition);
62
return
_getInstance
(_itemTypeDefinition);
65
return
_getInstance
(_itemList[index]);
95
array[currentIndex] =
_getInstance
(item);
148
T? foundItem =
_getInstance
(cachedItem);
164
T? instance =
_getInstance
(item);
174
T? instance =
_getInstance
(_itemTypeDefinition);