12 references to NotFound
NuGet.Credentials (2)
SecurePluginCredentialProvider.cs (2)
133
if (credentialResponse.ResponseCode == MessageResponseCode.
NotFound
&& nonInteractive)
217
else if (credentialResponse.ResponseCode == MessageResponseCode.
NotFound
)
NuGet.Protocol (10)
Plugins\PluginPackageReader.cs (4)
307
case MessageResponseCode.
NotFound
:
946
case MessageResponseCode.
NotFound
:
1054
case MessageResponseCode.
NotFound
:
1093
case MessageResponseCode.
NotFound
:
Plugins\RequestHandlers\GetCredentialsRequestHandler.cs (2)
180
networkCredential != null ? MessageResponseCode.Success : MessageResponseCode.
NotFound
,
188
MessageResponseCode.
NotFound
,
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (1)
132
responsePayload = new GetServiceIndexResponse(MessageResponseCode.
NotFound
, serviceIndex: null);
Plugins\RequestHandlers\MonitorNuGetProcessExitRequestHandler.cs (1)
111
responseCode = MessageResponseCode.
NotFound
;
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
436
case MessageResponseCode.
NotFound
:
Resources\DownloadResourcePlugin.cs (1)
131
if (response.ResponseCode == MessageResponseCode.
NotFound
)