1 write to _getElementInstance
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
118
_getElementInstance
= getElementInstance;
8 references to _getElementInstance
Microsoft.Build (8)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (8)
157
array[index] =
_getElementInstance
(item);
173
var itemInstance =
_getElementInstance
(item);
183
yield return
_getElementInstance
(item);
191
T instance =
_getElementInstance
(kvp.Value);
202
yield return
_getElementInstance
(item);
210
return
_getElementInstance
(element);
225
return
_getElementInstance
(element);
239
value =
_getElementInstance
(element);