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