1 write to numSegmentsInBaseAddress
System.ServiceModel (1)
System\UriTemplateTable.cs (1)
486this.numSegmentsInBaseAddress = this.baseAddress.Segments.Length;
2 references to numSegmentsInBaseAddress
System.ServiceModel (2)
System\UriTemplateTable.cs (2)
354int numRelativeSegments = uriSegments.Length - this.numSegmentsInBaseAddress; 359string seg = uriSegments[i + this.numSegmentsInBaseAddress];