4 instantiations of DisposableList
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultipleAppTests.cs (2)
38
using (var deployers = new
DisposableList
<ApplicationDeployer>())
77
using (var deployers = new
DisposableList
<ApplicationDeployer>())
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultipleAppTests.cs (2)
38
using (var deployers = new
DisposableList
<ApplicationDeployer>())
77
using (var deployers = new
DisposableList
<ApplicationDeployer>())
4 references to DisposableList
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultipleAppTests.cs (2)
38
using (
var
deployers = new DisposableList<ApplicationDeployer>())
77
using (
var
deployers = new DisposableList<ApplicationDeployer>())
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultipleAppTests.cs (2)
38
using (
var
deployers = new DisposableList<ApplicationDeployer>())
77
using (
var
deployers = new DisposableList<ApplicationDeployer>())