1 write to _realizedElements
Microsoft.Build (1)
Construction\ProjectElementContainer.cs (1)
832_realizedElements = list;
4 references to _realizedElements
Microsoft.Build (4)
Construction\ProjectElementContainer.cs (4)
822if (_realizedElements == null) 835return _realizedElements; 849if (_realizedElements != null) 851_realizedElements.CopyTo(array, arrayIndex);