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