1 write to children
System.ServiceModel (1)
System\ServiceModel\Channels\UriPrefixTable.cs (1)
428
this.
children
= new Dictionary<string, SegmentHierarchyNode<TData>>(StringComparer.OrdinalIgnoreCase);
7 references to children
System.ServiceModel (7)
System\ServiceModel\Channels\UriPrefixTable.cs (7)
475
this.
children
[name] = node;
486
foreach (SegmentHierarchyNode<TData> child in this.
children
.Values)
494
return
children
.TryGetValue(segment, out value);
508
return this.
children
.Count == 0;
514
return (this.
children
.Count == 0 && Data == null);
519
this.
children
.Remove(path[seg]);
520
return (this.
children
.Count == 0 && Data == null);