1 write to TimeoutSeconds
NuGet.Credentials (1)
PluginCredentialProvider.cs (1)
59
TimeoutSeconds
= timeoutSeconds;
2 references to TimeoutSeconds
NuGet.Credentials (2)
PluginCredentialProvider.cs (2)
284
if (!process.WaitForExit(
TimeoutSeconds
* 1000))
287
throw PluginException.CreateTimeoutMessage(Path,
TimeoutSeconds
);