4 references to SiteMapNodeCollection
System.Web (4)
SiteMapNode.cs (1)
445SiteMapNodeCollection collection = new SiteMapNodeCollection();
SiteMapNodeCollection.cs (1)
22internal static SiteMapNodeCollection Empty = new ReadOnlySiteMapNodeCollection(new SiteMapNodeCollection());
StaticSiteMapProvider.cs (1)
136ChildNodeCollectionTable[parentNode] = new SiteMapNodeCollection();
XmlSiteMapProvider.cs (1)
212ChildNodeCollectionTable[parentNode] = new SiteMapNodeCollection();