2 instantiations of ReadOnlySiteMapNodeCollection
System.Web (2)
SiteMapNodeCollection.cs (2)
22internal static SiteMapNodeCollection Empty = new ReadOnlySiteMapNodeCollection(new SiteMapNodeCollection()); 210return new ReadOnlySiteMapNodeCollection(collection);
1 reference to ReadOnlySiteMapNodeCollection
System.Web (1)
SiteMapNodeCollection.cs (1)
84Debug.Assert(!(this is ReadOnlySiteMapNodeCollection), "List should not be called on ReadOnlySiteMapNodeCollection.");