49 references to Path
PresentationBuildTasks (2)
Shared\MS\Internal\ResourceIDHelper.cs (2)
61
string basePath = baseUri.GetComponents(UriComponents.
Path
, UriFormat.UriEscaped);
62
string sourcePath = sourceUri.GetComponents(UriComponents.
Path
, UriFormat.UriEscaped);
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
755
string unescapedPath = uri.GetComponents(UriComponents.
Path
, UriFormat.Unescaped);
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (1)
104
string path = uri.GetComponents(UriComponents.
Path
, UriFormat.SafeUnescaped);
Core\CSharp\MS\Internal\IO\Packaging\DeobfuscatingStream.cs (1)
220
streamUri.GetComponents(UriComponents.
Path
| UriComponents.KeepDelimiter, UriFormat.UriEscaped));
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (1)
218
Debug.Assert(String.Compare(partName, uri.GetComponents(UriComponents.
Path
, UriFormat.UriEscaped), StringComparison.OrdinalIgnoreCase) == 0);
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlParseException.cs (1)
300
bamlFilePath = resourceUri.GetComponents(UriComponents.
Path
, UriFormat.Unescaped);
System (25)
net\System\IriHelper.cs (2)
87
(component != UriComponents.
Path
) &&
108
case UriComponents.
Path
:
net\System\Net\_AuthenticationState.cs (1)
121
string spnKey = httpWebRequest.ChallengedUri.GetParts(UriComponents.Scheme | UriComponents.Host | UriComponents.Port | UriComponents.
Path
, UriFormat.SafeUnescaped);
net\System\Net\_DigestClient.cs (1)
563
this.Uri = "/" + httpWebRequest.GetRemoteResourceUri().GetParts(UriComponents.
Path
,
net\System\Net\_FtpControlStream.cs (1)
781
path = uri.GetComponents(UriComponents.
Path
,UriFormat.Unescaped);
net\System\Net\_SpnDictionary.cs (1)
197
key = uri.GetParts(UriComponents.Scheme | UriComponents.Host | UriComponents.Port | UriComponents.
Path
, UriFormat.SafeUnescaped);
net\System\Net\FtpWebRequest.cs (1)
2053
username += cacheUri.GetParts((UriComponents.Host | UriComponents.Port | UriComponents.
Path
| UriComponents.Query), UriFormat.SafeUnescaped);
net\System\Net\HttpWebRequest.cs (2)
4786
string path = _Uri.GetComponents(UriComponents.
Path
| UriComponents.Query, UriFormat.UriEscaped);
4812
string path = _Uri.GetComponents(UriComponents.
Path
| UriComponents.Query, UriFormat.UriEscaped);
net\System\URI.cs (13)
728
result = GetParts(UriComponents.
Path
| UriComponents.KeepDelimiter, UriFormat.UriEscaped);
1135
return GetUnescapedParts(UriComponents.
Path
| UriComponents.KeepDelimiter, UriFormat.Unescaped);
1448
return GetParts(NonPathPart | UriComponents.
Path
, UriFormat.UriEscaped);
1451
return GetParts(NonPathPart | UriComponents.
Path
| UriComponents.Query, UriFormat.UriEscaped);
2719
if ((uriParts & UriComponents.
Path
) != 0) {
2746
if ((uriParts & UriComponents.
Path
) != 0) {
2931
if ((parts & UriComponents.
Path
) != 0)
2936
if (parts == UriComponents.
Path
)
3141
case UriComponents.
Path
:
3144
if (uriParts == UriComponents.
Path
&& InFact(Flags.AuthorityFound) &&
3356
string escapedPath = EscapeUnescapeIri(m_originalUnicodeString, offset, origIdx, UriComponents.
Path
);
5036
string share = basePart.GetParts(UriComponents.
Path
| UriComponents.KeepDelimiter,
5097
left = basePart.GetParts(UriComponents.
Path
| UriComponents.KeepDelimiter,
net\System\UriEnumTypes.cs (3)
53
AbsoluteUri = Scheme | UserInfo | Host | Port |
Path
| Query | Fragment,
57
HttpRequestUrl = Scheme | Host | Port |
Path
| Query,
58
PathAndQuery =
Path
| Query,
System.ServiceModel (11)
System\ServiceModel\Channels\BaseUriWithWildcard.cs (3)
257
string s1 = baseAddress.GetComponents(UriComponents.
Path
| UriComponents.KeepDelimiter, UriFormat.Unescaped);
258
string s2 = fullAddress.GetComponents(UriComponents.
Path
| UriComponents.KeepDelimiter, UriFormat.Unescaped);
316
this.comparand.Address = this.baseAddress.GetComponents(UriComponents.
Path
| UriComponents.KeepDelimiter, UriFormat.UriEscaped);
System\ServiceModel\Channels\PeerMessageDispatcher.cs (2)
173
(UriComponents.Scheme | UriComponents.UserInfo | UriComponents.Host | UriComponents.Port | UriComponents.
Path
),
181
(UriComponents.Scheme | UriComponents.UserInfo | UriComponents.Host | UriComponents.Port | UriComponents.
Path
),
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
688
(UriComponents.Scheme | UriComponents.UserInfo | UriComponents.Host | UriComponents.Port | UriComponents.
Path
),
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
539
string path = ListenUri.GetComponents(UriComponents.
Path
, UriFormat.Unescaped);
System\ServiceModel\EndpointAddress.cs (3)
385
string u1Path = u1.GetComponents(UriComponents.
Path
, UriFormat.Unescaped);
386
string u2Path = u2.GetComponents(UriComponents.
Path
, UriFormat.Unescaped);
404
UriComponents components = UriComponents.Scheme | UriComponents.
Path
;
System\UriTemplateHelpers.cs (1)
137
return uri.GetComponents(UriComponents.
Path
| UriComponents.KeepDelimiter, UriFormat.Unescaped);
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\ScopeCompiler.cs (2)
242
guidString = scope.GetComponents(UriComponents.
Path
, UriFormat.UriEscaped);
315
string dn = scope.GetComponents(UriComponents.
Path
, UriFormat.Unescaped);
WindowsBase (4)
Base\System\IO\Packaging\PackUriHelper.cs (2)
809
new Uri(_defaultUri, partName).GetComponents(UriComponents.
Path
|
932
new Uri(partUri.GetComponents(UriComponents.
Path
|
Shared\MS\Internal\ResourceIDHelper.cs (2)
61
string basePath = baseUri.GetComponents(UriComponents.
Path
, UriFormat.UriEscaped);
62
string sourcePath = sourceUri.GetComponents(UriComponents.
Path
, UriFormat.UriEscaped);