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