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