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