1 write to _registryName
Microsoft.NET.Build.Containers (1)
Registry\DefaultManifestOperations.cs (1)
24
_registryName
= registryName;
2 references to _registryName
Microsoft.NET.Build.Containers (2)
Registry\DefaultManifestOperations.cs (2)
35
HttpStatusCode.NotFound => throw new RepositoryNotFoundException(
_registryName
, repositoryName, reference),
36
HttpStatusCode.Unauthorized or HttpStatusCode.Forbidden => throw new UnableToAccessRepositoryException(
_registryName
, repositoryName),