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)
813
if (
_realizedElements
== null)
826
return
_realizedElements
;
840
if (
_realizedElements
!= null)
842
_realizedElements
.CopyTo(array, arrayIndex);