1 write to _realizedElements
Microsoft.Build (1)
Construction\ProjectElementContainer.cs (1)
823_realizedElements = list;
4 references to _realizedElements
Microsoft.Build (4)
Construction\ProjectElementContainer.cs (4)
813if (_realizedElements == null) 826return _realizedElements; 840if (_realizedElements != null) 842_realizedElements.CopyTo(array, arrayIndex);