1 write to _debugLogFile
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISDeployer.cs (1)
102_debugLogFile = Path.GetTempFileName();
3 references to _debugLogFile
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (3)
IISDeployer.cs (3)
104IISDeploymentParameters.HandlerSettings["debugFile"] = _debugLogFile; 207if (File.Exists(_debugLogFile)) 209File.Delete(_debugLogFile);