2 overrides of GetWebConfigActions
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
131protected override IEnumerable<Action<XElement, string>> GetWebConfigActions()
IISExpressDeployer.cs (1)
343protected override IEnumerable<Action<XElement, string>> GetWebConfigActions()
3 references to GetWebConfigActions
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (3)
IISDeployer.cs (1)
155foreach (var action in base.GetWebConfigActions())
IISDeployerBase.cs (1)
32var actions = GetWebConfigActions();
IISExpressDeployer.cs (1)
371foreach (var action in base.GetWebConfigActions())