9 references to GetANCMRequestHandlerPath
IIS.FunctionalTests (9)
src\Servers\IIS\IIS\test\Common.FunctionalTests\GlobalVersionTests.cs (9)
70var requestHandlerPath = Path.Combine(GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20), "aspnetcorev2_outofprocess.dll"); 117var originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20); 118var newANCMPath = GetANCMRequestHandlerPath(deploymentResult, version); 138var originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20); 140var newANCMPath = GetANCMRequestHandlerPath(deploymentResult, version); 163var originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20); 175originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20); 177var newANCMPath = GetANCMRequestHandlerPath(deploymentResult, version); 196var originalANCMPath = GetANCMRequestHandlerPath(deploymentResult, _handlerVersion20);