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