3 writes to _collection
System.Web (3)
UI\WebControls\SiteMapDataSourceView.cs (3)
20
_collection
= new SiteMapNodeCollection(node);
26
_collection
= collection;
36
_collection
= _owner.GetPathNodeCollection(Name);
1 reference to _collection
System.Web (1)
UI\WebControls\SiteMapDataSourceView.cs (1)
32
return
_collection
;