18 references to Segments
System (3)
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
206string[] segments = licenseFile.Segments;
net\System\Net\_FtpControlStream.cs (2)
972baseUri.Segments.Length != newUri.Segments.Length-1)
System.Data.Services (3)
System\Data\Services\RequestUriProcessor.cs (2)
331numberOfSegmentsToSkip = baseUri.Segments.Length; 333string[] uriSegments = uri.Segments;
System\Data\Services\WebUtil.cs (1)
315string[] segments = absoluteUri.Segments;
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
607if (registration.ListenUri.Segments.Length >= this.BaseUri.Segments.Length)
System\UriTemplate.cs (2)
478int numSegmentsInBaseAddress = baseAddress.Segments.Length; 479string[] candidateSegments = candidate.Segments;
System\UriTemplateTable.cs (2)
353string[] uriSegments = uri.Segments; 486this.numSegmentsInBaseAddress = this.baseAddress.Segments.Length;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ScopeCompiler.cs (1)
206foreach (string segment in scope.Segments)
System.Web.DataVisualization (2)
Common\Utilities\ImageLoader.cs (2)
198string pageFile = pageUri.Segments[pageUri.Segments.Length-1];
System.Web.Extensions (1)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (1)
140string[] segments = uri.Segments;
System.Windows.Forms.DataVisualization (2)
Common\Utilities\ImageLoader.cs (2)
198string pageFile = pageUri.Segments[pageUri.Segments.Length-1];