8 references to Path
PresentationCore (2)
Core\CSharp\MS\Internal\WpfWebRequestHelper.cs (1)
81uri = new Uri(uri.GetLeftPart(UriPartial.Path));
Shared\MS\Internal\MimeTypeMapper.cs (1)
137docstring = uri.GetLeftPart(UriPartial.Path);
System (1)
net\System\URI.cs (1)
1447case UriPartial.Path:
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (2)
364audienceLeftPart = new Uri(audience.GetLeftPart(UriPartial.Path)); 370audienceLeftPart = baseUri.MakeRelativeUri(new Uri(resolved.GetLeftPart(UriPartial.Path)));
System.Web.Services (3)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
56uri = uriObject.GetLeftPart(UriPartial.Path);
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
56uri = uriObject.GetLeftPart(UriPartial.Path);
System\Web\Services\Protocols\ServerProtocol.cs (1)
210string url = excludeSchemeHostPort ? Request.Url.AbsolutePath : Request.Url.GetLeftPart(UriPartial.Path);