1 instantiation of Scripts
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
335
var scripts = new
Scripts
(filesOnDisk[0], filesOnDisk[1], filesOnDisk[2]);
4 references to Scripts
Microsoft.AspNetCore.Server.IntegrationTesting (4)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (4)
22
private static readonly Lazy<
Scripts
> _scripts = new Lazy<
Scripts
>(CopyEmbeddedScriptFilesToDisk);
303
private static
Scripts
CopyEmbeddedScriptFilesToDisk()
335
var
scripts = new Scripts(filesOnDisk[0], filesOnDisk[1], filesOnDisk[2]);