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