1 write to _childNodeCollectionTable
System.Web (1)
StaticSiteMapProvider.cs (1)
32_childNodeCollectionTable = new Hashtable();
5 references to _childNodeCollectionTable
System.Web (5)
StaticSiteMapProvider.cs (5)
29if (_childNodeCollectionTable == null) { 31if (_childNodeCollectionTable == null) { 37return _childNodeCollectionTable; 150if (_childNodeCollectionTable != null) 151_childNodeCollectionTable.Clear();