1 write to useWeakReferences
System.ServiceModel (1)
System\ServiceModel\Channels\UriPrefixTable.cs (1)
36this.useWeakReferences = useWeakReferences;
3 references to useWeakReferences
System.ServiceModel (3)
System\ServiceModel\Channels\UriPrefixTable.cs (3)
42: this(objectToClone.includePortInComparison, objectToClone.useWeakReferences) 119this.lookupCache = new HopperCache(HopperSize, this.useWeakReferences); 224next = new SegmentHierarchyNode<TItem>(path[i], useWeakReferences);