1 write to _customTreeList
System.Web (1)
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
519_customTreeList = new ArrayList();
8 references to _customTreeList
System.Web (8)
Configuration\BrowserCapabilitiesCodeGenerator.cs (8)
109return _customTreeList; 553_customTreeList.Add(customTree); 583ProcessBrowserNode(node, (BrowserTree)_customTreeList[i]); 607SetCustomTreeRoots((BrowserTree)_customTreeList[i], i); 608NormalizeAndValidateTree((BrowserTree)_customTreeList[i], false, true); 610AddCustomBrowserToCollectionRecursive((BrowserDefinition)(((BrowserTree)_customTreeList[i])[_customTreeNames[i]]), 0, i); 679customTreeRoots.Add((BrowserDefinition)(((BrowserTree)_customTreeList[i])[_customTreeNames[i]])); 764foreach (DictionaryEntry entry in (BrowserTree)_customTreeList[i]) {