3 writes to Branch
NuGet.Packaging (3)
Core\RepositoryMetadata.cs (1)
19Branch = branch;
NuspecReader.cs (1)
420repository.Branch = GetAttributeValue(node, "branch") ?? string.Empty;
PackageCreation\Authoring\ManifestReader.cs (1)
447repository.Branch = repositoryBranch?.Value ?? string.Empty;
5 references to Branch
NuGet.Packaging (5)
Core\RepositoryMetadata.cs (3)
71Branch == other.Branch && 81combiner.AddObject(Branch);
PackageCreation\Xml\PackageMetadataXmlExtensions.cs (2)
302if (!string.IsNullOrEmpty(repository?.Branch)) 304attributeList.Add(new XAttribute(NuspecUtility.RepositoryBranch, repository!.Branch!));