1 write to Path
NuGet.Credentials (1)
PluginCredentialProvider.cs (1)
58
Path
= path;
9 references to Path
NuGet.Credentials (9)
PluginCredentialProvider.cs (9)
119
_logger.LogWarning(string.Format(CultureInfo.CurrentCulture, Resources.PluginWarning_PluginIsBeingDeprecated,
Path
, CrossPlatformPluginLink));
157
throw PluginException.Create(
Path
, e);
190
FileName =
Path
,
219
throw PluginException.CreateUnreadableResponseExceptionMessage(
Path
, status);
228
Path
,
242
throw PluginException.CreateAbortMessage(
Path
, credentialResponse.Message);
245
throw PluginUnexpectedStatusException.CreateUnexpectedStatusMessage(
Path
, status);
260
throw PluginException.CreateNotStartedMessage(
Path
);
287
throw PluginException.CreateTimeoutMessage(
Path
, TimeoutSeconds);