2 implementations of GetReferenceAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
303
public async Task<GitReference>
GetReferenceAsync
(GitHubProject project, string @ref)
Automation\VstsApi\VstsAdapterClient.cs (1)
307
public async Task<GitReference>
GetReferenceAsync
(GitHubProject project, string @ref)
6 references to GetReferenceAsync
Microsoft.DotNet.VersionTools (2)
BuildManifest\BuildManifestClient.cs (2)
73
GitReference remoteRef = await _github.
GetReferenceAsync
(
111
GitReference remoteRef = await _github.
GetReferenceAsync
(
Microsoft.DotNet.VersionTools.Tests (4)
BuildManifest\BuildManifestClientTests.cs (4)
54
.Setup(c => c.
GetReferenceAsync
(proj, @ref))
113
.Setup(c => c.
GetReferenceAsync
(proj, @ref))
177
.Setup(c => c.
GetReferenceAsync
(proj, @ref))
218
.Setup(c => c.
GetReferenceAsync
(proj, @ref))