4 references to ReadOnly
System.Web (4)
SiteMapNode.cs (1)
447return SiteMapNodeCollection.ReadOnly(collection);
StaticSiteMapProvider.cs (2)
217return SiteMapNodeCollection.ReadOnly(collection); 228return SiteMapNodeCollection.ReadOnly(trimmedCollection);
UI\WebControls\SiteMapDataSource.cs (1)
346_dataSourceView = SiteMapNodeCollection.ReadOnly(GetPathNodeCollection(viewName)).GetDataSourceView(this, String.Empty);