1 write to Path
NuGet.Credentials (1)
PluginCredentialProvider.cs (1)
58Path = path;
9 references to Path
NuGet.Credentials (9)
PluginCredentialProvider.cs (9)
119_logger.LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.PluginWarning_PluginIsBeingDeprecated, Path, CrossPlatformPluginLink)); 157throw PluginException.Create(Path, e); 190FileName = Path, 221throw PluginException.CreateUnreadableResponseExceptionMessage(Path, status); 230Path, 244throw PluginException.CreateAbortMessage(Path, credentialResponse.Message); 247throw PluginUnexpectedStatusException.CreateUnexpectedStatusMessage(Path, status); 262throw PluginException.CreateNotStartedMessage(Path); 289throw PluginException.CreateTimeoutMessage(Path, TimeoutSeconds);