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