9 references to AppRelativeCurrentExecutionFilePath
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (2)
189ServiceHostingEnvironment.IncrementRequestCount(ref this.eventTraceActivity, context.Request.AppRelativeCurrentExecutionFilePath); 999return this.context.Request.AppRelativeCurrentExecutionFilePath;
System\ServiceModel\ServiceHostingEnvironment.cs (1)
436string virtualPath = application.Request.AppRelativeCurrentExecutionFilePath;
System.Web (3)
Abstractions\HttpRequestWrapper.cs (1)
85return _httpRequest.AppRelativeCurrentExecutionFilePath;
UI\WebParts\PersonalizationProvider.cs (1)
199path = request.AppRelativeCurrentExecutionFilePath;
UI\WebParts\WebPartPersonalization.cs (1)
120query.PathToMatch = request.AppRelativeCurrentExecutionFilePath;
System.Web.Extensions (1)
Script\Services\WebServiceData.cs (1)
131data = WebServiceData.GetApplicationService(context.Request.AppRelativeCurrentExecutionFilePath);
System.Xaml.Hosting (2)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (2)
34PathInfo pathInfo = PathCache.EnsurePathInfo(context.Request.AppRelativeCurrentExecutionFilePath); 245this.hostedXamlType = GetCompiledCustomString(context.Request.AppRelativeCurrentExecutionFilePath);