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)
822
if (
_realizedElements
== null)
835
return
_realizedElements
;
849
if (
_realizedElements
!= null)
851
_realizedElements
.CopyTo(array, arrayIndex);