1 write to Path
NuGet.Credentials (1)
PluginCredentialProvider.cs (1)
57Path = path;
9 references to Path
NuGet.Credentials (9)
PluginCredentialProvider.cs (9)
123_logger.LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.PluginWarning_PluginIsBeingDeprecated, Path, CrossPlatformPluginLink)); 161throw PluginException.Create(Path, e); 195FileName = Path, 225throw PluginException.CreateUnreadableResponseExceptionMessage(Path, status); 234Path, 248throw PluginException.CreateAbortMessage(Path, credentialResponse.Message); 251throw PluginUnexpectedStatusException.CreateUnexpectedStatusMessage(Path, status); 266throw PluginException.CreateNotStartedMessage(Path); 294throw PluginException.CreateTimeoutMessage(Path, TimeoutSeconds);