1 write to root
System.ServiceModel (1)
System\ServiceModel\Channels\UriPrefixTable.cs (1)
37this.root = new SegmentHierarchyNode<TItem>(null, useWeakReferences);
5 references to root
System.ServiceModel (5)
System\ServiceModel\Channels\UriPrefixTable.cs (5)
93this.root.Collect(result); 179this.root.RemoveData(); 183this.root.RemovePath(path, 0); 194SegmentHierarchyNode<TItem> current = this.root; 218SegmentHierarchyNode<TItem> current = this.root;