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