53 references to AbsolutePath
PresentationCore (5)
Core\CSharp\System\Windows\Media\ColorContext.cs (3)
639throw new FileNotFoundException(SR.Get(SRID.FileNotFoundExceptionWithFileName, profileUri.AbsolutePath), profileUri.AbsolutePath); 643FromStream(profileStream, profileUri.AbsolutePath);
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (2)
204Uri partUri = new Uri(uri.AbsolutePath, UriKind.Relative); 498source = new Uri(uri.AbsolutePath, UriKind.Relative);
PresentationFramework (1)
src\Framework\System\Windows\Navigation\JournalEntry.cs (1)
383string relativeUri = uri.AbsolutePath + uri.Query + uri.Fragment;
System (15)
net\System\Net\_FtpControlStream.cs (1)
959string orginalPath = baseUri.AbsolutePath;
net\System\Net\cookie.cs (1)
357string path = uri.AbsolutePath;
net\System\Net\cookiecontainer.cs (1)
774if (uri.AbsolutePath.StartsWith(CookieParser.CheckQuoted(path))) {
net\System\Net\CredentialCache.cs (4)
522int prefixLen = prefixUri.AbsolutePath.LastIndexOf('/'); 523if (prefixLen > uri.AbsolutePath.LastIndexOf('/')) 526return String.Compare(uri.AbsolutePath, 0, prefixUri.AbsolutePath, 0, prefixLen, StringComparison.OrdinalIgnoreCase ) == 0;
net\System\Net\NetWebProxyFinder.cs (1)
444if (!tryParse || uri.UserInfo.Length > 0 || uri.HostNameType == UriHostNameType.Basic || uri.AbsolutePath.Length != 1 || proxyAuthority[proxyAuthority.Length - 1] == '/' || proxyAuthority[proxyAuthority.Length - 1] == '#' || proxyAuthority[proxyAuthority.Length - 1] == '?')
net\System\URI.cs (4)
1922String otherPath = uri.AbsolutePath; 1925String relativeUriString = PathDifference(AbsolutePath, otherPath, !IsUncOrDosPath); 5319return PathDifference(AbsolutePath, toUri.AbsolutePath, !IsUncOrDosPath);
net\System\uribuilder.cs (2)
72m_path = uri.AbsolutePath; 382m_path = uri.AbsolutePath;
sys\system\Media\SoundPlayer.cs (1)
316WebPermission webPerm = new WebPermission(NetworkAccess.Connect, uri.AbsolutePath);
System.Data.Entity (1)
System\Data\Metadata\Helper.cs (1)
337return uri.AbsolutePath;
System.ServiceModel (16)
System\ServiceModel\Channels\ContextProtocol.cs (1)
92uri.AbsolutePath);
System\ServiceModel\Channels\HttpTransportManager.cs (2)
160&& string.Compare(requestUri.AbsolutePath, methodListener.Uri.AbsolutePath, StringComparison.OrdinalIgnoreCase) != 0)
System\ServiceModel\Channels\PnrpPeerResolver.cs (2)
567if ((ProtocolFromName(uri.Scheme) != 0) && !String.IsNullOrEmpty(uri.AbsolutePath)) 570string[] parts = uri.AbsolutePath.Trim(new char[] { ' ', PathSeparator }).Split(PathSeparator);
System\ServiceModel\Channels\TransportChannelListener.cs (3)
341if (baseUri.AbsolutePath.Length < fullUri.AbsolutePath.Length) 601if (!baseAddress.AbsolutePath.EndsWith("/", StringComparison.Ordinal))
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
543if (!baseAddress.AbsolutePath.EndsWith("/", StringComparison.Ordinal))
System\ServiceModel\Channels\UriPrefixTable.cs (1)
344string absPath = this.uri.AbsolutePath;
System\ServiceModel\EndpointAddress.cs (2)
379if (string.Compare(u1.AbsolutePath, u2.AbsolutePath, ignoreCase ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal) == 0)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (2)
597return String.Format( CultureInfo.InvariantCulture, "{0}://NormalizedHostName{1}", listenUri.Scheme, listenUri.AbsolutePath ); 601return String.Format( CultureInfo.InvariantCulture, "{0}://NormalizedHostName:{1}{2}", listenUri.Scheme, listenUri.Port, listenUri.AbsolutePath );
System\ServiceModel\Transactions\WsatConfiguration.cs (1)
215return endpoint.Uri.AbsolutePath == DisabledRegistrationPath;
System\UriTemplateLiteralPathSegment.cs (1)
53string escapedIfNecessarySegment = ub.Uri.AbsolutePath.Substring(1);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
517string fileName = VirtualPathUtility.GetFileName(baseAddress.AbsolutePath);
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
462compiledCustomString = BuildManager.GetCompiledCustomString(baseAddresses[0].AbsolutePath);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpUtility.cs (1)
22if (!basepath.AbsolutePath.EndsWith("/", StringComparison.Ordinal))
System.Web (2)
HttpRequest.cs (1)
186_path = VirtualPath.CreateAbsolute(_url.AbsolutePath);
Security\FormsAuthentication.cs (1)
920return HttpRuntime.IsPathWithinAppRoot(absUri.AbsolutePath);
System.Web.Services (2)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (2)
266int dotIndex = response.ResponseUri.AbsolutePath.LastIndexOf('.'); 268switch (response.ResponseUri.AbsolutePath.Substring(dotIndex + 1).ToLower(CultureInfo.InvariantCulture)) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManager.cs (1)
702host = uri.AbsolutePath;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
310path = new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath;
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
487this.controllerConduit = Activator.GetObject(Type.GetType(controllerConduitTypeName), url.AbsolutePath) as IWorkflowDebugger; 512this.controllerConduit = Activator.GetObject(controllerConduitType, url.AbsolutePath) as IWorkflowDebugger;
System.WorkflowServices (3)
System\ServiceModel\Activation\WorkflowServiceHostFactory.cs (3)
152compiledString = BuildManager.GetCompiledCustomString(baseAddresses[0].AbsolutePath); 169throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR2.GetString(SR2.InvalidCompiledString, baseAddresses[0].AbsolutePath))); 174throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR2.GetString(SR2.InvalidCompiledString, baseAddresses[0].AbsolutePath)));
WindowsBase (1)
Base\System\IO\Packaging\PackUriHelper.cs (1)
284return new Uri(resolvedUri.AbsolutePath, UriKind.Relative);