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