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