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)
157array[index] = _getElementInstance(item); 173var itemInstance = _getElementInstance(item); 183yield return _getElementInstance(item); 191T instance = _getElementInstance(kvp.Value); 202yield return _getElementInstance(item); 210return _getElementInstance(element); 225return _getElementInstance(element); 239value = _getElementInstance(element);