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
,
221
throw PluginException.CreateUnreadableResponseExceptionMessage(
Path
, status);
230
Path
,
244
throw PluginException.CreateAbortMessage(
Path
, credentialResponse.Message);
247
throw PluginUnexpectedStatusException.CreateUnexpectedStatusMessage(
Path
, status);
262
throw PluginException.CreateNotStartedMessage(
Path
);
289
throw PluginException.CreateTimeoutMessage(
Path
, TimeoutSeconds);