9 references to GetANCMRequestHandlerPath
IIS.FunctionalTests (9)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (9)
71var requestHandlerPath = Path.Combine(GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20), "aspnetcorev2_outofprocess.dll"); 118var originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20); 119var newANCMPath = GetANCMRequestHandlerPath(deploymentResult, version); 139var originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20); 141var newANCMPath = GetANCMRequestHandlerPath(deploymentResult, version); 164var originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20); 176originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20); 178var newANCMPath = GetANCMRequestHandlerPath(deploymentResult, version); 197var originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20);