1 write to _urlTable
System.Web (1)
StaticSiteMapProvider.cs (1)
80_urlTable = new Hashtable(StringComparer.OrdinalIgnoreCase);
5 references to _urlTable
System.Web (5)
StaticSiteMapProvider.cs (5)
77if (_urlTable == null) { 79if (_urlTable == null) { 85return _urlTable; 153if (_urlTable != null) 154_urlTable.Clear();