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