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