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, 219throw PluginException.CreateUnreadableResponseExceptionMessage(Path, status); 228Path, 242throw PluginException.CreateAbortMessage(Path, credentialResponse.Message); 245throw PluginUnexpectedStatusException.CreateUnexpectedStatusMessage(Path, status); 260throw PluginException.CreateNotStartedMessage(Path); 287throw PluginException.CreateTimeoutMessage(Path, TimeoutSeconds);