3 references to s_client
Microsoft.DotNet.Internal.SymbolHelper (3)
SymbolPromotionHelper.cs (3)
155
using HttpResponseMessage regResponse = await
s_client
.SendAsync(registerRequest, ct);
208
using HttpResponseMessage statusResponse = await
s_client
.SendAsync(statusRequest, ct);
271
using HttpResponseMessage statusResponse = await
s_client
.SendAsync(statusRequest, ct);