1 write to Name
Microsoft.DotNet.VersionTools (1)
Automation\GitHubBranch.cs (1)
19Name = name;
10 references to Name
Microsoft.DotNet.VersionTools (10)
Automation\GitHubApi\GitHubClient.cs (3)
86GitHubContents file = await GetGitHubFileAsync(path, branch.Project, $"heads/{branch.Name}"); 161head = $"{headBranch.Project.Owner}:{headBranch.Name}", 162@base = baseBranch.Name,
Automation\PullRequestCreator.cs (4)
78string upgradeBranchPrefix = namingStrategy.Prefix(baseBranch.Name); 142namingStrategy.Prefix(baseBranch.Name) + 143namingStrategy.CreateFreshBranchNameSuffix(baseBranch.Name); 259string refSpec = $"HEAD:refs/heads/{branch.Name}";
Automation\VstsApi\VstsAdapterClient.cs (3)
81GitHubContents file = await GetGitHubFileAsync(path, branch.Project, $"heads/{branch.Name}"); 128sourceRefName = $"refs/heads/{headBranch.Name}", 129targetRefName = $"refs/heads/{baseBranch.Name}"