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