10 references to Segments
dotnet-openapi (3)
Commands\BaseCommand.cs (3)
383if (uri.Segments.Any() && uri.Segments.Last() != "/") 385var lastSegment = uri.Segments.Last();
dotnet-svcutil-lib (3)
Metadata\MetadataDocumentLoader.cs (3)
529if (schemaUri.Segments.Length > 0) 532fullFileName = Path.Combine(basePath, schemaUri.Segments[schemaUri.Segments.Length - 1]);
Microsoft.Build.Tasks.Core (2)
ManifestUtil\XmlUtil.cs (2)
148string filename = uri.Segments[uri.Segments.Length - 1];
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
1001baseUri.Segments.Length != newUri.Segments.Length - 1)