1 write to _internalCollection
System.Web (1)
SiteMapNodeCollection.cs (1)
329_internalCollection = collection;
8 references to _internalCollection
System.Web (8)
SiteMapNodeCollection.cs (8)
334return _internalCollection.Count; 348return _internalCollection.IsSynchronized; 354return _internalCollection.SyncRoot; 378return _internalCollection.Contains(node); 382_internalCollection.List.CopyTo(array, index); 387return _internalCollection[index]; 395return _internalCollection.GetEnumerator(); 399return _internalCollection.IndexOf(value);