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