4 references to PhysicalApplicationPath
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
105String filename = String.Concat(httpRequest.PhysicalApplicationPath,
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceHttpModule.cs (1)
101application.Request.RawUrl.ToString(), application.Request.PhysicalApplicationPath);
System.Web (2)
Abstractions\HttpRequestWrapper.cs (1)
209return _httpRequest.PhysicalApplicationPath;
Handlers\TraceHandler.cs (1)
242physicalPath = SR.GetString(SR.Trace_Physical_Directory) + _request.PhysicalApplicationPath;