1 write to _nextSibling
Microsoft.Build (1)
Construction\ProjectElement.cs (1)
230
internal set =>
_nextSibling
= value;
1 reference to _nextSibling
Microsoft.Build (1)
Construction\ProjectElement.cs (1)
228
get => Link != null ? Link.NextSibling :
_nextSibling
;