4 references to CheckGitHubMembershipWithTokenAsync
aspire (4)
Telemetry\InternalMicrosoftDetector.cs (4)
543return await CheckGitHubMembershipWithTokenAsync(http, tokenResult.Stdout.Trim(), cancellationToken).ConfigureAwait(false) 562return await CheckGitHubMembershipWithTokenAsync(http, tokenResult.Stdout.Trim(), cancellationToken).ConfigureAwait(false) 657return await CheckGitHubMembershipWithTokenAsync(http, candidate.Token, cancellationToken).ConfigureAwait(false); 697return await CheckGitHubMembershipWithTokenAsync(http, token, cancellationToken).ConfigureAwait(false);