3 references to ProjectElementSiblingSubTypeCollection
Microsoft.Build (3)
Construction\ProjectElementContainer.cs (3)
95
: new
ProjectElementSiblingSubTypeCollection
<T>(FirstChild);
112
: new
ProjectElementSiblingSubTypeCollection
<T>(LastChild, forwards: false);
799
public static ProjectElementSiblingSubTypeCollection<T> Empty { get; } = new
ProjectElementSiblingSubTypeCollection
<T>(initial: null);