2 references to SiblingIsExplicitElement
Microsoft.Build (2)
Construction\ProjectElementContainer.cs (2)
522if (TrySearchLeftSiblings(child.PreviousSibling, SiblingIsExplicitElement, out ProjectElement referenceSibling)) 537else if (TrySearchRightSiblings(child.NextSibling, SiblingIsExplicitElement, out referenceSibling))