3 instantiations of ProjectElementSiblingSubTypeCollection
Microsoft.Build (3)
Construction\ProjectElementContainer.cs (3)
95: new ProjectElementSiblingSubTypeCollection<T>(FirstChild); 112: new ProjectElementSiblingSubTypeCollection<T>(LastChild, forwards: false); 808public static ProjectElementSiblingSubTypeCollection<T> Empty { get; } = new ProjectElementSiblingSubTypeCollection<T>(initial: null);
6 references to ProjectElementSiblingSubTypeCollection
Microsoft.Build (6)
Construction\ProjectElementContainer.cs (5)
91internal ProjectElementSiblingSubTypeCollection<T> GetChildrenOfType<T>() 94? ProjectElementSiblingSubTypeCollection<T>.Empty 108internal ProjectElementSiblingSubTypeCollection<T> GetChildrenReversedOfType<T>() 111? ProjectElementSiblingSubTypeCollection<T>.Empty 808public static ProjectElementSiblingSubTypeCollection<T> Empty { get; } = new ProjectElementSiblingSubTypeCollection<T>(initial: null);
Construction\ProjectItemElement.cs (1)
291internal ProjectElementSiblingSubTypeCollection<ProjectMetadataElement> MetadataEnumerable => GetChildrenOfType<ProjectMetadataElement>();