Implemented interface member:
method
GetGitHubFileAsync
Microsoft.DotNet.VersionTools.Automation.GitHubApi.IGitHubClient.GetGitHubFileAsync(System.String, Microsoft.DotNet.VersionTools.Automation.GitHubProject, System.String)
2 references to GetGitHubFileAsync
Microsoft.DotNet.VersionTools (2)
Automation\VstsApi\VstsAdapterClient.cs (2)
81
GitHubContents file = await
GetGitHubFileAsync
(path, branch.Project, $"heads/{branch.Name}");
97
GitHubContents file = await
GetGitHubFileAsync
(path, project, @ref);