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