5 instantiations of GitHubAuth
Microsoft.DotNet.VersionTools.Tasks (5)
BaseDependenciesTask.cs (1)
70auth = new GitHubAuth(GitHubAuthToken, GitHubUser);
LocalUpdatePublishedVersions.cs (1)
53updater.GitHubAuth = new GitHubAuth(GitHubAuthToken, GitHubUser);
SubmitPullRequest.cs (1)
142var auth = new GitHubAuth(
UpdatePublishedVersions.cs (1)
41var gitHubAuth = new GitHubAuth(GitHubAuthToken, GitHubUser, GitHubEmail);
UpdateToRemoteDependencies.cs (1)
37auth = new GitHubAuth(GitHubAuthToken, GitHubUser);
17 references to GitHubAuth
Microsoft.DotNet.VersionTools (13)
Automation\GitHubApi\GitHubClient.cs (2)
50public GitHubAuth Auth { get; } 52public GitHubClient(GitHubAuth auth)
Automation\GitHubApi\IGitHubClient.cs (1)
11GitHubAuth Auth { get; }
Automation\GitHubVersionsRepoUpdater.cs (3)
19private GitHubAuth _gitHubAuth; 24GitHubAuth gitHubAuth, 34public GitHubVersionsRepoUpdater(GitHubAuth gitHubAuth, GitHubProject project, INupkgInfoFactory nupkgInfoFactory) : base(nupkgInfoFactory)
Automation\LocalVersionsRepoUpdater.cs (1)
17public GitHubAuth GitHubAuth { get; set; }
Automation\PullRequestCreator.cs (2)
19private GitHubAuth _auth; 24GitHubAuth auth,
Automation\VersionsRepoUpdaterFactory.cs (2)
8GitHubVersionsRepoUpdater CreateGitHubVersionsRepoUpdater(GitHubAuth gitHubAuth, string versionsRepoOwner = null, string versionsRepo = null); 21public GitHubVersionsRepoUpdater CreateGitHubVersionsRepoUpdater(GitHubAuth gitHubAuth, string versionsRepoOwner = null, string versionsRepo = null)
Automation\VstsApi\VstsAdapterClient.cs (2)
38public GitHubAuth Auth { get; } 46GitHubAuth auth,
Microsoft.DotNet.VersionTools.Tasks (4)
BaseDependenciesTask.cs (1)
67GitHubAuth auth = null;
SubmitPullRequest.cs (1)
142var auth = new GitHubAuth(
UpdatePublishedVersions.cs (1)
41var gitHubAuth = new GitHubAuth(GitHubAuthToken, GitHubUser, GitHubEmail);
UpdateToRemoteDependencies.cs (1)
26GitHubAuth auth = null;