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)
305case MessageResponseCode.NotFound: 944case MessageResponseCode.NotFound: 1052case MessageResponseCode.NotFound: 1091case MessageResponseCode.NotFound:
Plugins\RequestHandlers\GetCredentialsRequestHandler.cs (2)
187resolvedCredential != null ? MessageResponseCode.Success : MessageResponseCode.NotFound, 195MessageResponseCode.NotFound,
Plugins\RequestHandlers\GetServiceIndexRequestHandler.cs (1)
136responsePayload = new GetServiceIndexResponse(MessageResponseCode.NotFound, serviceIndexJson: (string?)null);
Plugins\RequestHandlers\MonitorNuGetProcessExitRequestHandler.cs (1)
117responseCode = MessageResponseCode.NotFound;
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
436case MessageResponseCode.NotFound:
Resources\DownloadResourcePlugin.cs (1)
131if (response.ResponseCode == MessageResponseCode.NotFound)