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